Task Runs
List task run screenshots
Returns a paginated list of agent screenshots captured during a task run, oldest first. Each item includes a pre-signed download URL and the agent's reasoning at the time of capture.
get/task-runs/{run_id}/screenshots
Path parameters
run_idstring required
Unique identifier for the task run (prefixed with trun_).
Query parameters
Maximum number of items to return (1-100, default 20).
cursorstring
Cursor from a previous response for pagination.
Response
OK
Changes
No recorded changes to this endpoint across all 1 revision of this API.