For the complete documentation index, see llms.txt. This page is also available as Markdown.

Health

Health check endpoints for monitoring and orchestration

Readiness probe

get
/health/ready

Returns 200 when service is ready to accept traffic

Responses
200

Service is ready

No content

get/health/ready

No content

Startup probe

get
/health/startup

Returns 200 when service has started

Responses
200

Service has started

No content

get/health/startup

No content

Liveness probe

get
/health/live

Returns 200 when service is alive

Responses
200

Service is alive

application/json
timestampnumberRequired

Server timestamp in milliseconds

get/health/live

Last updated