Skip to main content
GET
List run artifacts

Authorizations

Authorization
string
header
required

API key issued from Settings → API Keys. Pass as Authorization: Bearer <key>.

Path Parameters

id
string
required

Run id

Query Parameters

zip
enum<string>

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.

Available options:
1
bundle
enum<string>

With zip=1, use review to download a ZIP with output/ and expected/ folders (corrected review artifacts).

Available options:
review
token
string

Signed email download token (zip only; no Bearer required).

Response

JSON artifact list, or ZIP bytes when zip=1.

artifacts
object[]
required