List task results
Results
List task results
List the files an agent produced under a Task, each with a download link.
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
Requires an API key. See the Authentication guide.
