Skip to main content
Use these endpoints to verify system status.

Basic request and response

Use the health check to verify availability with GET /api/health.
curl "https://{BASE_URL}/api/health"
{
  "status": "ok",
  "uptime": "3d 04:12:33",
  "commit": "9f1c2a3"
}

Errors and edge cases

  • 503: health check unavailable.