Hanzo
OpenapiO11y

Health of the observability runtime's services

Reports whether every service in the runtime's registry is healthy, and names them grouped by state — so a failure says WHICH component is down, not…

GET /v1/o11y/healthz

Addresshttps://api.hanzo.ai/v1/o11y/healthz
MethodGET
Operationget_o11y_healthz
AuthAuthorization: Bearer $HANZO_API_KEY

Reports whether every service in the runtime's registry is healthy, and names them grouped by state — so a failure says WHICH component is down, not merely that something is. An unhealthy registry answers 503, not a 200 with a false flag inside, so a plain status check cannot read a sick runtime as well.

UNAUTHENTICATED by design, like the other two probes: it carries no tenant data and is reached by k8s and by external checks that hold no principal.

Request

GET /v1/o11y/healthz takes no parameters and no body — the credential is the whole request.

Response

The document declares no response body for this operation. It answers 200 on success and the platform error shape on failure — see Errors.

Examples

hanzo o11y healthz

O11y API · All Hanzo APIs · Interactive reference

How is this guide?

On this page