v1

latestOpenAPI 3.0.3raw.githubusercontent.com2025-07-15155231.4 KB

Health check

Checks if the API server is ready

get/api/v1/healthz

Response

Server is ready

status'ok' required

Example response

{
  "status": "ok"
}