Hanzo
OpenapiO11y

Returns the org's quick filters for one signal — traces, logs, metrics,…

Returns the org's quick filters for one signal — traces, logs, metrics, exceptions or api_monitoring.

GET /v1/o11y/orgs/me/filters/{signal}

Addresshttps://api.hanzo.ai/v1/o11y/orgs/me/filters/{signal}
MethodGET
OperationGetSignalFilters
AuthAuthorization: Bearer $HANZO_API_KEY

Returns the org's quick filters for one signal — traces, logs, metrics, exceptions or api_monitoring. Viewer gate.

Request

1 field.

FieldInTypeRequiredDescription
signalpathstringyes

Response

StatusBodyMeaning
200o11y.O11ySignalFiltersOutok

200 body — 9 fields.

FieldInTypeAlwaysDescription
databodyo11y.O11ySignalFilters
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 get <signal>

O11y API · All Hanzo APIs · Interactive reference

How is this guide?

On this page