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"
}

Changes