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
200
Server is responding
text/plain
stringOptionalExample: 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.