List run artifacts
Returns a JSON list of downloadable artifact paths for a run. Pass zip=1 to switch the response to a ZIP download containing output files.
Path parameters
Run id
Run id
Query parameters
When 1, download output files as a ZIP instead of listing paths. Does not include trace, scores, or input — use GET /runs/{id}/scores and GET /runs/{id}/trace for those.
When 1, download output files as a ZIP instead of listing paths. Does not include trace, scores, or input — use GET /runs/{id}/scores and GET /runs/{id}/trace for those.
With zip=1, use review to download a ZIP with output/ and expected/ folders (corrected review artifacts).
With zip=1, use review to download a ZIP with output/ and expected/ folders (corrected review artifacts).
Signed email download token (zip only; no Bearer required).
Signed email download token (zip only; no Bearer required).
Response
JSON artifact list, or ZIP bytes when zip=1.