Health & Monitoring

Health Check

Health check endpoint for service monitoring. Returns service status, uptime, version information, and readiness state.

get/health

Response

Service health status

statusstring required

Overall service health status

uptime_secondsnumber

Service uptime in seconds (float)

versionstring

Service version

readyboolean required

Whether service is ready to accept requests

Example response

{
  "status": "ok",
  "uptime_seconds": 12036.61
}

Changes