List Funnels
List all funnels for a site.
List Funnels
Returns all funnels defined for a site, including their steps.
Endpoint
GET /api/v1/organizations/:orgId/sites/:siteId/funnels
Response fields
Each funnel object contains:
| Field | Type | Description |
|---|---|---|
id | string | Funnel ID |
site_id | string | Site ID |
name | string | Funnel name |
description | string | Funnel description |
steps | array | Ordered funnel steps |
Each step contains:
| Field | Type | Description |
|---|---|---|
id | string | Step ID |
name | string | Step label |
order | number | Step position (1-indexed) |
type | string | pageview or custom_event |
pattern | string | Page path or event name |
match_type | string | exact, contains, or regex |