Hanzo AI
OpenapiO11y

List integrations

Lists the available integrations and whether each is installed in the caller's org, optionally narrowed to installed or not-installed.

GET /v1/o11y/integrations

Addresshttps://api.hanzo.ai/v1/o11y/integrations
MethodGET
OperationListIntegrations
AuthAuthorization: Bearer $HANZO_API_KEY

Lists the available integrations and whether each is installed in the caller's org, optionally narrowed to installed or not-installed. Viewer gate.

Request

1 field.

FieldInTypeRequiredDescription
is_installedquerystringIsInstalled, when "true" or "false", keeps only integrations in that installed state; empty lists them all.

Response

StatusBodyMeaning
200o11y.O11yIntegrationsListOutok

200 body — 12 fields.

FieldInTypeAlwaysDescription
databodyo11y.IntegrationsListResponse
data.integrationsbodyo11y.IntegrationsListItem[]
data.integrations[].authorbodyo11y.IntegrationAuthor
data.integrations[].author.emailbodystring
data.integrations[].author.homepagebodystring
data.integrations[].author.namebodystring
data.integrations[].descriptionbodystring
data.integrations[].iconbodystring
data.integrations[].idbodystring
data.integrations[].is_installedbodyboolean
data.integrations[].titlebodystring
statusbodystringStatus is "success".

Failure carries the platform error shape — see Errors.

Examples

hanzo o11y integrations list

O11y API · All Hanzo APIs · Interactive reference

How is this guide?

On this page