Authorizations
Cookie-based authentication
Response
Successful operation
The status of the service
Example:
"healthy"
curl --request GET \
--url https://demo.enneo.ai/api/mind/health/cron
{
"status": "healthy"
}
Cookie-based authentication
Successful operation
The status of the service
"healthy"
curl --request GET \
--url https://demo.enneo.ai/api/mind/health/cron
{
"status": "healthy"
}