v1

latestOpenAPI 3.1.02026-07-26751285.0 KB
system

Health check endpoint

Detailed health check for the system

get/api/server/health

Response

System is healthy

statusstring
versionstring
timestampstring date-time

Example response

{
  "status": "OK",
  "dependencies": {
    "agents": "healthy"
  }
}