session_detail
Retrieve a complete session summary, chronological activity log, and custom properties using a session ID and website ID.
Instructions
Everything about one session: its summary, its activity log (the pages/events in order), and its custom properties — fetched together. Get a sessionId from list_sessions first.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| endAt | No | Range end, ISO date. Optional; defaults to now. | |
| startAt | No | Range start, ISO date. Optional; defaults to 7 days ago. | |
| sessionId | Yes | The session id, from list_sessions. | |
| websiteId | Yes | The website id, from list_websites. |