API referenceSystem
Liveness and dependency health.
Errors return a
{ message, code }body — see the error reference for thecode→ SDK exception map.
GET
/healthzReports the process version and the status of the database and job queue. Unauthenticated so orchestrators can probe it.
Response Body
application/json
application/json
curl -X GET "https://example.com/healthz"{ "status": "ok", "version": "0.0.0-dev", "db": "ok", "queue": "ok", "workmem": "disabled", "embedder": "fixture-embed-v1@64"}{ "status": "ok", "version": "0.0.0-dev", "db": "ok", "queue": "ok", "workmem": "disabled", "embedder": "fixture-embed-v1@64"}