Hanzo
OpenapiO11y

Returns the org's quick filters for every signal — the attribute shortlists its…

Returns the org's quick filters for every signal — the attribute shortlists its explorers offer as one-click filters.

GET /v1/o11y/orgs/me/filters

Addresshttps://api.hanzo.ai/v1/o11y/orgs/me/filters
MethodGET
OperationGetQuickFilters
AuthAuthorization: Bearer $HANZO_API_KEY

Returns the org's quick filters for every signal — the attribute shortlists its explorers offer as one-click filters. Viewer gate.

Request

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

Response

StatusBodyMeaning
200o11y.O11yQuickFiltersOutok

200 body — 9 fields.

FieldInTypeAlwaysDescription
databodyo11y.O11ySignalFilters[]Data holds one entry per signal.
data[].filtersbodyo11y.O11yFilterKey[]Filters are the attributes offered, in display order.
data[].filters[].dataTypebodystringDataType is the attribute's value type — string, int64, float64 or bool.
data[].filters[].isColumnbodybooleanIsColumn marks an attribute stored as its own column.
data[].filters[].isJSONbodybooleanIsJSON marks an attribute read out of a JSON body.
data[].filters[].keybodystringKey is the attribute name.
data[].filters[].typebodystringType says where the attribute lives — tag or resource.
data[].signalbodystringSignal is the signal the filters belong to.
statusbodystringStatus is "success".

Failure carries the platform error shape — see Errors.

Examples

hanzo o11y orgs me filters list

O11y API · All Hanzo APIs · Interactive reference

How is this guide?

On this page