snapshot_scrollback
Retrieves a snapshot of terminal scrollback from an existing session. Captures rendered output without consuming new PTY bytes, ideal for review or logging.
Instructions
Get rendered terminal scrollback.
Requires an existing session created via create_session(session_id, cwd).
This is a passive snapshot. It does not ingest new PTY bytes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| lines | No | ||
| session_id | Yes |