v1

latestOpenAPI 3.1.0raw.githubusercontent.com2026-05-06181217.3 KB
Health

Health check

Returns a lightweight liveness response. Use this for uptime checks that only need to know the API process is responding.

get/health

Response

API process is healthy.

statusstring

Example response

{
  "status": "ok"
}
All 18 operations