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"
}

Documentation Index

Fetch the complete documentation index at: https://docs.enneo.ai/llms.txt

Use this file to discover all available pages before exploring further.

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"