v4

latestOpenAPI 3.1.0Apache-2.0raw.githubusercontent.com2026-05-09283767.7 KB
health

Health check

Returns 200 when the API is reachable. SDK clients call this on startup to warm HTTP/2 connections before the first real request.

get/healthz

Response

Service is healthy

statusstring

Example response

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