Skip to content

Health check endpoint

Liveness check — the one route that needs no credentials.

Updated View as Markdown

GET /v1/health

Liveness only. No authentication.

curl "$API_URL/health"
{ "status": "ok" }

A healthy service answers 200. Anything else — a connection failure, a non-200, or a body that is not {"status":"ok"} — means the instance is not ready to serve.

Navigation

Type to search…

↑↓ navigate↵ selectEsc close