Hanzo
OpenapiBase

Reports that the base subsystem is serving.

Reports that the base subsystem is serving.

GET /v1/base/health

Addresshttps://api.hanzo.ai/v1/base/health
MethodGET
Operationget_base_health
AuthAuthorization: Bearer $HANZO_API_KEY

Reports that the base subsystem is serving.

It is deliberately INDEPENDENT of whether this deployment actually embeds the Base engine: the route answers before the CLOUD_BASE_EMBED gate and before the /v1/base/* wildcard, so a liveness probe measures the process rather than an optional feature, and the wildcard can never shadow it. It reads no tenant, so a prober that sends no principal is answered rather than refused.

Request

GET /v1/base/health takes no parameters and no body — the credential is the whole request.

Response

StatusBodyMeaning
200baseHealthok

200 body — 2 fields.

FieldInTypeAlwaysDescription
servicebodystringService is "base" — which subsystem answered.
statusbodystringStatus is "ok" when the subsystem is serving.

Failure carries the platform error shape — see Errors.

Examples

hanzo base health

Base API · All Hanzo APIs · Interactive reference

How is this guide?

On this page