v106

OpenAPI 3.1.0raw.githubusercontent.com2026-08-02160524464.6 KB
Run Internals

Download Run Artifacts

Streams a ZIP archive with the latest captured version of each artifact path. Stage order, retry number, and then stage ID determine the latest version, matching the artifacts page. Captures from the graph's boundary nodes are excluded, identified by their start and exit handler type rather than by node name.

The archive streams, so the response status is sent before the first artifact is read. A failure after that point aborts the transfer rather than returning 500. The ZIP central directory is written last, so a truncated download does not open as a valid archive.

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

Path parameters

idstring required

Unique run identifier (ULID).

Response

ZIP archive containing the latest artifact files