Skip to content

Liveness/readiness probe

GET
/healthz
curl --request GET \
--url https://example.com/healthz

Returns subsystem health only (invariant #9) — no internal addresses, dependency trees, or config values. Exempt from authentication (invariant #1).

The gateway is healthy.

Media typeapplication/json
object
status
required
string
Example
{
"status": "ok"
}