Hanzo
OpenapiO11y

Lists the mappers belonging to one group, in the order they are applied.

Lists the mappers belonging to one group, in the order they are applied.

GET /v1/o11y/span_mapper_groups/{groupId}/span_mappers

Addresshttps://api.hanzo.ai/v1/o11y/span_mapper_groups/{groupId}/span_mappers
MethodGET
OperationListSpanMappers
AuthAuthorization: Bearer $HANZO_API_KEY

Lists the mappers belonging to one group, in the order they are applied.

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

Request

1 field.

FieldInTypeRequiredDescription
groupIdpathstringyes

Response

StatusBodyMeaning
200o11y.O11ySpanMappersOutok

200 body — 18 fields.

FieldInTypeAlwaysDescription
databodyo11y.GettableSpanMappers
data.itemsbodyo11y.SpanMapper[]
data.items[].configbodyo11y.SpanMapperConfig
data.items[].config.sourcesbodyo11y.SpanMapperSource[]
data.items[].config.sources[].contextbodyany
data.items[].config.sources[].keybodystring
data.items[].config.sources[].operationbodyany
data.items[].config.sources[].prioritybodyinteger
data.items[].createdAtbodystring (date-time)
data.items[].createdBybodystring
data.items[].enabledbodyboolean
data.items[].fieldContextbodyany
data.items[].group_idbodyany
data.items[].idbodyany
data.items[].namebodystring
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 span_mappers list <groupId>

O11y API · All Hanzo APIs · Interactive reference

How is this guide?

On this page