Skip to main content

Health Check Endpoints

Health checks do not require authentication. They verify that the Quint cloud API is operational.

Endpoints

GET /health

Liveness check returning {"status": "ok"}

GET /ready

Readiness check returning {"status": "ready"}

Liveness Check

Use this for load balancer health probes and uptime monitoring.

Readiness Check

The readiness endpoint confirms the API is ready to accept traffic, including that database connections and dependencies are available.