v106

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

Get Stage Artifact

Downloads an artifact by filename.

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

Path parameters

idstring required

Unique run identifier (ULID).

stageIdstring required

Identifier of a stage within a run's workflow graph, serialized as node_id@visit.

Query parameters

filenamestring required

Relative artifact path. / is allowed as a path separator. Backslash, empty segments, and traversal segments (. and ..) are invalid.

retryinteger required

Retry attempt number for the artifact.

Response

Artifact contents