API reference_generatedhealth/live
/health/live
Liveness probe. Returns 200 when the API process is running. Does not check external dependencies. Use GET /health/ready for a readiness probe that checks Postgres, storage, Redis, and other configured integrations.
Response Body
application/json
application/json
application/json
application/json
application/json
application/json
application/json
application/json
curl -X GET "https://example.com/health/live"{ "gitSha": "a1b2c3d", "status": "ok", "timestamp": "2026-01-15T12:00:00.000Z", "version": "1.8.0"}