English
cURL
curl --request GET \ --url https://demo.enneo.ai/api/mind/health \ --header 'Authorization: Bearer <token>'
{ "status": "healthy", "db": "host.docker.internal via TCP/IP" }
JWT-based authentication
Successful operation
The status of the service
"healthy"
The status of the database
"host.docker.internal via TCP/IP"