Skip to main content
GET
List task results
Each file comes with a presigned download_url. Two query flags control the work done before listing: reconcile (default true) scans the sandbox first so freshly-written files are captured, and with_urls (default true) attaches a download URL to each file (one upstream call per file). If task_id doesn’t exist you get a 404 rather than an empty list — so an empty data array reliably means “this Task produced no files,” not “wrong id.”

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
with_urls
boolean
default:true

Response

200 - application/json

List of result files, each with a presigned download URL.

data
ResultFile · object[]
required
total
integer
required
object
string
default:list
Allowed value: "list"