get_events
Retrieve recorded events from a session filtered by category, type, timestamp, target node, or search query. Identify UI issues by inspecting DOM, user, error, console, and network events.
Instructions
Query recorded events with filtering by category (DOM, USER, ERROR, CONSOLE, NETWORK, etc.), type, timestamp range, target node, or search query.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | No | Filter by exact event type (e.g. DOM_MUTATION_ADD, RUNTIME_ERROR, USER_CLICK) | |
| limit | No | Max events to return (default: 50) | |
| offset | No | Offset for pagination | |
| category | No | Filter by category (DOM, USER, ERROR, CONSOLE, NETWORK, NAVIGATION, etc.) | |
| sessionId | Yes | Session ID | |
| searchQuery | No | Search term inside event payload | |
| toTimestamp | No | End timestamp in milliseconds | |
| targetNodeId | No | Filter by affected LogicalNodeId | |
| fromTimestamp | No | Start timestamp in milliseconds | |
| targetSelector | No | Filter by CSS selector substring |