Hanzo
OpenapiO11y

Returns the errored traces through a step transition of a saved funnel — the…

Returns the errored traces through a step transition of a saved funnel — the entry point for "why is this step failing".

POST /v1/o11y/trace-funnels/{funnel_id}/analytics/error-traces

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

Returns the errored traces through a step transition of a saved funnel — the entry point for "why is this step failing".

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 error-traces <funnel_id>

O11y API · All Hanzo APIs · Interactive reference

How is this guide?

On this page