Hanzo
OpenapiO11y

Lists the traces that match a saved funnel over a window — the read that…

Lists the traces that match a saved funnel over a window — the read that answers "is this funnel finding anything at all".

POST /v1/o11y/trace-funnels/{funnel_id}/analytics/validate

Addresshttps://api.hanzo.ai/v1/o11y/trace-funnels/{funnel_id}/analytics/validate
MethodPOST
OperationValidateTraceFunnelTraces
AuthAuthorization: Bearer $HANZO_API_KEY

Lists the traces that match a saved funnel over a window — the read that answers "is this funnel finding anything at all".

Request

3 fields, body application/json (required).

FieldInTypeRequiredDescription
funnel_idpathstringyes
end_timebodyinteger
start_timebodyinteger

Response

StatusBodyMeaning
200o11y.O11yFunnelRowsOutok

200 body — 5 fields.

FieldInTypeAlwaysDescription
databodyo11y.O11yFunnelRow[]Data are the rows.
data[].databodyobjectData are the row's columns, keyed by column name.
data[].data.*bodyobject
data[].timestampbodystringTimestamp is the row's time.
statusbodystringStatus is "success".

Failure carries the platform error shape — see Errors.

Examples

hanzo o11y trace-funnels analytics validate <funnel_id>

O11y API · All Hanzo APIs · Interactive reference

How is this guide?

On this page