Hanzo
OpenapiO11y

Reports the running build: its version, whether an enterprise edition is…

Reports the running build: its version, whether an enterprise edition is present ("N" in this build), and whether first-user setup has completed.

GET /v1/o11y/version

Addresshttps://api.hanzo.ai/v1/o11y/version
MethodGET
Operationget_o11y_version
AuthAuthorization: Bearer $HANZO_API_KEY

Reports the running build: its version, whether an enterprise edition is present ("N" in this build), and whether first-user setup has completed.

Open by design; the runtime's own gate is OpenAccess.

Request

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

Response

StatusBodyMeaning
200o11y.O11yVersionOutok

200 body — 3 fields.

FieldInTypeAlwaysDescription
eebodystringEE says whether an enterprise edition is present; "N" in this build.
setupCompletedbodybooleanSetupCompleted says whether the first user has been created.
versionbodystringVersion is the build version.

Failure carries the platform error shape — see Errors.

Examples

hanzo o11y version

O11y API · All Hanzo APIs · Interactive reference

How is this guide?

On this page