Zum Hauptinhalt springen
GET
/
health
Get health status
curl --request GET \
  --url https://demo.enneo.ai/api/mind/health \
  --header 'Authorization: Bearer <token>'
{
  "status": "healthy",
  "db": "host.docker.internal via TCP/IP"
}

Autorisierungen

Authorization
string
header
erforderlich

JWT-based authentication

Antwort

Successful operation

status
string

The status of the service

Beispiel:

"healthy"

db
string

The status of the database

Beispiel:

"host.docker.internal via TCP/IP"