Skip to main content
GET
List task results
Each file comes with a download URL. reconcile (default true) includes files the agent wrote during this request. with_urls (default true) attaches a download URL to each file. An unknown task_id returns 404, so an empty data array means the task produced no files.

Authorizations

Authorization
string
header
required

Requires an API key. See the Authentication guide.

Path Parameters

task_id
string
required

Query Parameters

reconcile
boolean
default:true

Include files the agent wrote during this request.

with_urls
boolean
default:true

Include a download URL for each file. Set to false for a faster response.

limit
integer
default:20

Maximum objects to return.

Required range: 1 <= x <= 100
before_id
string | null
after_id
string | null

Response

200 - application/json

Page of result files, each with a download URL.

first_id and last_id carry result_id values.

data
ResultFile · object[]
required
type
string
default:list
Allowed value: "list"
has_more
boolean
default:false
first_id
string | null
last_id
string | null