session_record_stop
Stop an active browser session recording and get its summary (recording, session ID, event count, duration). Specify a session ID when multiple recordings are running to target the right one.
Instructions
Stop a recording and return {recording, sessionId, eventCount, durationMs}. The events themselves are read separately with session_record_events, so this is cheap to call on a long recording. Requires the T3rnel Browser extension. With several recordings active, sessionId is required and the error names how many are running.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sessionId | No | Session to stop; required only when more than one recording is active |