Hanzo
OpenapiO11y

Returns a saved funnel's per-step metrics over a window — the counts and…

Returns a saved funnel's per-step metrics over a window — the counts and latencies at each step, in step order.

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

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

Returns a saved funnel's per-step metrics over a window — the counts and latencies at each step, in step order.

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 steps create <funnel_id>

O11y API · All Hanzo APIs · Interactive reference

How is this guide?

On this page