Skip to main content
Two endpoints are available:
  • GET /health
  • GET /v1/health
Both return the same payload:
{
  "status": "ok"
}

Example

curl -i http://localhost:7860/health
You will also receive an X-Request-ID response header you can log and trace.