rybbit_get_session_details
Retrieve detailed session data including all events and pageviews for a specific session ID, with pagination and filtering options.
Instructions
Get detailed information about a specific session including all events and pageviews
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number for pagination | |
| limit | No | Results per page | |
| offset | No | Events to skip | |
| siteId | Yes | Site ID or identifier | |
| minutes | No | Retrieve events from last N minutes only | |
| sessionId | Yes | Session identifier |