rybbit_get_funnel_step_sessions
Retrieve sessions that reached or dropped off at a given funnel step to analyze user progression and pinpoint where users exit.
Instructions
Get sessions that reached or dropped off at a specific funnel step
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mode | Yes | Filter by dropped or reached | |
| page | No | Page number for pagination | |
| limit | No | Results per page | |
| steps | Yes | JSON array of funnel steps | |
| siteId | Yes | Site ID or identifier | |
| endDate | No | End date in YYYY-MM-DD format | |
| filters | No | JSON array of filter objects with parameter, type, and value fields | |
| timeZone | No | IANA timezone identifier (e.g., America/New_York) | |
| startDate | No | Start date in YYYY-MM-DD format | |
| stepNumber | Yes | Target funnel step (0-indexed) | |
| pastMinutesEnd | No | Minutes ago for end (alternative to date-based) | |
| pastMinutesStart | No | Minutes ago for start (alternative to date-based) |