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.