/health
600 req/min per IP
Liveness + database probe.
Unauthenticated. Use it for uptime monitors and readiness gates. db is false when the engine is up but Postgres is unreachable, but the HTTP status stays 200, so alert on the body, not the code.
| Field | Type | Description |
|---|---|---|
| status | string | Always ok when the process is serving. |
| db | boolean | true when SELECT 1 against Postgres succeeded. |