v1

latestOpenAPI 3.1.0Apache-2.02026-07-226091175.5 KB
Runs

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.

get/api/v1/runs/{id}/artifacts

Path parameters

idstring required

Run id

Run id

Query parameters

zip'1'

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.

bundle'review'

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).

tokenstring

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.