rybbit_get_sessions
Retrieve paginated sessions with analytics data, filterable by date range, user ID, and identified-only status, to analyze site traffic and user engagement.
Instructions
Get a paginated list of sessions with analytics data
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number for pagination | |
| limit | No | Results per page | |
| siteId | Yes | Site ID or identifier | |
| userId | No | Filter by specific user ID | |
| 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 | |
| identifiedOnly | No | Return only identified users | |
| pastMinutesEnd | No | Minutes ago for end (alternative to date-based) | |
| pastMinutesStart | No | Minutes ago for start (alternative to date-based) |