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.
Authorizations
Secret key (sk_live_...)
Path Parameters
Unique identifier for the task run (prefixed with trun_).
Query Parameters
Maximum number of items to return (1-100, default 20).
Cursor from a previous response for pagination.
Response
OK
Array of screenshot items for the current page, oldest first.
true if there are more results beyond this page.
Opaque cursor string to pass as the cursor query parameter on the next request. null when there are no more pages.
Unique identifier for the API request.