v14

latestOpenAPI 3.0.32026-08-04377889.4 MB
artifacts

Download a cache artifact

Downloads a cache artifact indentified by its hash specified on the request path. The artifact is downloaded as an octet-stream. The client should verify the content-length header and response body.

get/v8/artifacts/{hash}

Path parameters

hashstring required

The artifact hash

Example:12HKQaOmR5t5Uy6vdcQsNIiZgHGB

The artifact hash

Query parameters

teamIdstring
Example:team_1a2b3c4d5e6f7g8h9i0j1k2l

The Team identifier to perform the request on behalf of.

slugstring
Example:my-team-url-slug

The Team slug to perform the request on behalf of.

Headers

'x-Artifact-Client-Ci'string

The continuous integration or delivery environment where this artifact is downloaded.

Example:VERCEL

The continuous integration or delivery environment where this artifact is downloaded.

'x-Artifact-Client-Interactive'integer

1 if the client is an interactive shell. Otherwise 0

1 if the client is an interactive shell. Otherwise 0

Response

The artifact was found and is downloaded as a stream. Content-Length should be verified.

string binary required

An octet stream response that will be piped to the response stream.