Hanzo
OpenapiO11y

Lists the org's notification channels.

Lists the org's notification channels.

GET /v1/o11y/channels

Addresshttps://api.hanzo.ai/v1/o11y/channels
MethodGET
OperationListChannels
AuthAuthorization: Bearer $HANZO_API_KEY

Lists the org's notification channels. Viewer gate.

Request

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

Response

StatusBodyMeaning
200o11y.O11yChannelsOutok

200 body — 9 fields.

FieldInTypeAlwaysDescription
databodyo11y.Channel[]Data holds the channels.
data[].createdAtbodystring (date-time)
data[].databodystring
data[].idbodyany
data[].namebodystring
data[].orgIdbodystring
data[].typebodystring
data[].updatedAtbodystring (date-time)
statusbodystringStatus is "success".

Failure carries the platform error shape — see Errors.

Examples

hanzo o11y channels list

O11y API · All Hanzo APIs · Interactive reference

How is this guide?

On this page