Fetch Funnel Stats
Retrieve detailed statistics for a funnel, including a summary of key metrics and optional per-step breakdowns of views, opt-ins, sales, and earnings.
Defaults to a 30-day timerange ending now. Override with timerange_start and timerange_end. Timerange values are automatically clamped: future end dates are clamped to now, windows exceeding 90 days are clamped to 90 days, and if start is after end the window resets to 30 days ending at timerange_end.
By default the response includes a page_public_ids array. Use expand[]=steps to receive a steps array with per-step metrics instead.
Path parameters
Query parameters
Start of the stats timerange (ISO 8601 format). Defaults to 30 days before timerange_end. If the window between start and end exceeds 90 days, start is automatically clamped to 90 days before end. If start is after end, the window resets to the default 30 days ending at timerange_end.
End of the stats timerange (ISO 8601 format). Defaults to the current time. Values in the future are automatically clamped to now.
Expand additional data in the response. Use expand[]=steps to include per-step statistics. When expand[]=steps is set, the response contains a steps array with detailed metrics for each funnel step. When omitted, the response contains a page_public_ids array instead.
Response
OK
Example response
{
"funnel": {
"id": 1,
"public_id": "gESyMv",
"name": "My Sales Funnel"
},
"currency": "USD",
"timerange": {
"from": "2026-03-03T00:00:00Z",
"to": "2026-04-02T23:59:59Z"
},
"summary": {
"earnings_per_click": "0.00",
"upfront_sales": "0.00",
"upfront_sales_count": 0,
"recurring_sales": "0.00",
"average_cart_value": "0.00",
"pageviews": 85
},
"page_public_ids": [
"NnAdPE",
"kJzvQi"
]
}