get_session_detail
Retrieves comprehensive session data including page visits, events, device details, and friction metrics for deep-dive analysis of a specific user session.
Instructions
Get full details for a specific session.
Returns the complete session record including: all page visits with timestamps, event timeline, device/browser info, IP address, geographic location, friction breakdown, rage clicks, errors encountered, and navigation path.
Use this to deep-dive into a specific session after finding it via get_sessions.
Args: session_id: The session primary key (UUID) from get_sessions results
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| session_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |