Hanzo
OpenapiO11y

Returns the conversion between two named steps of a saved funnel — the…

Returns the conversion between two named steps of a saved funnel — the step-to-step drill-down behind the overview.

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

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

Returns the conversion between two named steps of a saved funnel — the step-to-step drill-down behind the overview.

Request

5 fields, body application/json (required).

FieldInTypeRequiredDescription
funnel_idpathstringyes
end_timebodyinteger
start_timebodyinteger
step_endbodyinteger
step_startbodyinteger

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 overview <funnel_id>

O11y API · All Hanzo APIs · Interactive reference

How is this guide?

On this page