get_session_events
Extract and filter session events by type or time range to analyze user behavior. Retrieve detailed data for insights into clicks, inputs, errors, and custom interactions.
Instructions
Get all events from a session with optional filtering by event type
Input Schema
Name | Required | Description | Default |
---|---|---|---|
endTime | No | End timestamp (ms) | |
eventTypes | No | Filter by specific event types (CLICK, INPUT, LOCATION, CUSTOM, ERROR, etc.) | |
sessionId | Yes | The session ID | |
startTime | No | Start timestamp (ms) |