Skip to main content
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.

Authorizations

Authorization
string
header
required

JWT-based authentication

Response

Successful operation

status
string

The status of the service

Example:

"healthy"

db
string

The status of the database

Example:

"host.docker.internal via TCP/IP"