Get session detail
rybbit_get_sessionRetrieve session details including metadata and chronological events by providing a Rybbit session ID.
Instructions
Get full detail for a single session by ID: session metadata plus the ordered list of pageview/custom events within it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| site | Yes | The Rybbit site ID (numeric ID from your Rybbit dashboard or the rybbit_list_sites tool). | |
| session_id | Yes | The session_id, as returned by rybbit_list_sessions. | |
| limit | No | Max number of events to return. | |
| offset | No | Offset into the events list, for pagination. | |
| minutes | No |