REST APIHealth
Liveness probe
Served at the server root (not under `/api/v1`). No dependencies, no auth.
Served at the server root (not under /api/v1). No dependencies, no auth.
Response Body
application/json
curl -X GET "https://example.com/healthz"{ "status": "string", "uptimeSeconds": 0, "version": "string"}