Readiness
Endpoints
Readiness check
Server readiness probe. Verifies database connectivity. No authentication required.
GET
Readiness
Returns
200 when the application can query PostgreSQL. Returns 503 when the database is unavailable.
No API key is required. Use this endpoint when you need to distinguish “process is up” (
GET /health) from “service can serve authenticated traffic”.