Skip to content

Liveness probe​

GET
/health

Returns 200 if the process is up. No auth required. Mounted at /health (not under /api/v1).

Responses​

OK

application/json
JSON
{
  
"status": "ok"
}

Playground​

Samples​

Powered by VitePress OpenAPI