Hanzo
OpenapiO11y

Lists the caller's org's mapping groups, optionally only the enabled ones.

Lists the caller's org's mapping groups, optionally only the enabled ones.

GET /v1/o11y/span_mapper_groups

Addresshttps://api.hanzo.ai/v1/o11y/span_mapper_groups
MethodGET
OperationListSpanMapperGroups
AuthAuthorization: Bearer $HANZO_API_KEY

Lists the caller's org's mapping groups, optionally only the enabled ones.

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

Request

1 field.

FieldInTypeRequiredDescription
enabledqueryboolean

Response

StatusBodyMeaning
200o11y.O11ySpanMapperGroupsOutok

200 body — 14 fields.

FieldInTypeAlwaysDescription
databodyo11y.GettableSpanMapperGroups
data.itemsbodyo11y.SpanMapperGroup[]
data.items[].conditionbodyo11y.SpanMapperGroupCondition
data.items[].condition.attributesbodystring[]
data.items[].condition.resourcebodystring[]
data.items[].createdAtbodystring (date-time)
data.items[].createdBybodystring
data.items[].enabledbodyboolean
data.items[].idbodyany
data.items[].namebodystring
data.items[].orgIdbodyany
data.items[].updatedAtbodystring (date-time)
data.items[].updatedBybodystring
statusbodystringStatus is "success".

Failure carries the platform error shape — see Errors.

Examples

hanzo o11y span_mapper_groups list

O11y API · All Hanzo APIs · Interactive reference

How is this guide?

On this page