v1
latestOpenAPI 3.1.02026-07-263992128.7 KBArtifacts
Download a task run artifact
Stream the contents of a task run artifact file.
Use the Range HTTP header for partial downloads. For example, Range: bytes=0-262143 downloads only the first 256kB of a large artifact such as a dbt manifest.json.
get/pipeline_runs/{pipeline_run_id}/task_runs/{task_run_id}/artifacts/download
Path parameters
pipeline_run_idstring uuid4 required
Pipeline run ID.
task_run_idstring uuid4 required
Task run ID.
Query parameters
filenamestring required
Filename returned by the corresponding list endpoint.
Headers
rangestring nullable
HTTP Range header for partial downloads, for example bytes=0-262143.
Response
Successful response.