Zum Hauptinhalt springen
GET
/
health
/
cron
Get health status of cron jobs
curl --request GET \
  --url https://demo.enneo.ai/api/mind/health/cron \
  --header 'Authorization: Bearer <token>'
{
  "status": "healthy"
}

Authorizations

Authorization
string
header
required

JWT-based authentication

Response

Successful operation

status
string

The status of the service

Example:

"healthy"