Hanzo
OpenapiO11y

Returns the supported feature flags and their resolved values for the caller's…

Returns the supported feature flags and their resolved values for the caller's org.

GET /v1/o11y/features

Addresshttps://api.hanzo.ai/v1/o11y/features
MethodGET
Operationget_o11y_features
AuthAuthorization: Bearer $HANZO_API_KEY

Returns the supported feature flags and their resolved values for the caller's org.

Callers need the viewer role; the runtime's own gate enforces it.

Request

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

Response

StatusBodyMeaning
200o11y.O11yFeaturesOutok

200 body — 10 fields.

FieldInTypeAlwaysDescription
databodyo11y.O11yFeature[]Data are the features.
data[].defaultVariantbodystringDefaultVariant is the variant used when nothing overrides it.
data[].descriptionbodystringDescription says what the flag gates.
data[].kindbodystringKind is the flag's value kind, e.g.
data[].namebodystringName is the flag's name.
data[].resolvedValuebodyobjectResolvedValue is the value resolved for the caller's org.
data[].stagebodystringStage is the flag's lifecycle stage, e.g.
data[].variantsbodyobjectVariants are the flag's possible values, by variant name.
data[].variants.*bodyobject
statusbodystringStatus is "success".

Failure carries the platform error shape — see Errors.

Examples

hanzo o11y features

O11y API · All Hanzo APIs · Interactive reference

How is this guide?

On this page