Health

Health check and status endpoints for monitoring server availability.

Ping endpoint

get
/v2/ping

Simple ping endpoint to check if the server is responding.

Responses
chevron-right
200

Server is responding

text/plain
ResponsestringExample: ok
get
/v2/ping
200

Server is responding

Readiness check

get
/v2/ready

Checks if the server is ready to serve requests. Returns 200 when all data is loaded and the server is ready, or 503 if the server is still initializing.

Responses
chevron-right
200

Server is ready

text/plain
ResponsestringExample: ok
get
/v2/ready

Last updated