curl --request GET \
--url https://demo.enneo.ai/api/mind/health/cron
{
"status": "healthy"
}
Cookie-based authentication
Successful operation
The response is of type object
.
curl --request GET \
--url https://demo.enneo.ai/api/mind/health/cron
{
"status": "healthy"
}