Hanzo
OpenapiO11y

Lists the org's route policies.

Lists the org's route policies.

GET /v1/o11y/route_policies

Addresshttps://api.hanzo.ai/v1/o11y/route_policies
MethodGET
OperationGetAllRoutePolicies
AuthAuthorization: Bearer $HANZO_API_KEY

Lists the org's route policies. Viewer gate.

Request

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

Response

StatusBodyMeaning
200o11y.O11yRoutePoliciesOutok

200 body — 13 fields.

FieldInTypeAlwaysDescription
databodyo11y.GettableRoutePolicy[]Data holds the policies.
data[].channelsbodystring[]
data[].createdAtbodystring (date-time)
data[].createdBybodystring
data[].descriptionbodystring
data[].expressionbodystring
data[].idbodystring
data[].kindbodyany
data[].namebodystring
data[].tagsbodystring[]
data[].updatedAtbodystring (date-time)
data[].updatedBybodystring
statusbodystringStatus is "success".

Failure carries the platform error shape — see Errors.

Examples

hanzo o11y route_policies list

O11y API · All Hanzo APIs · Interactive reference

How is this guide?

On this page