list_recording_events
Retrieve the complete list of events from a replay session's source file, including those not yet emitted during replay.
Instructions
List all events present in a replay session's source file.
Distinct from get_events: this is the complete event list from the file, including events that have not been reached yet. get_events returns only what has actually been emitted so far.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| max_events | No | Cap on the number returned. | |
| session_id | Yes | A session created by start_replay. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||