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
Authorizations
Default authentication mechanism
Headers
The continuous integration or delivery environment where this artifact is downloaded.
Maximum length:
50
Example:
"VERCEL"
1 if the client is an interactive shell. Otherwise 0
Required range:
0 <= x <= 1
Example:
0
Path Parameters
The artifact hash
Example:
"12HKQaOmR5t5Uy6vdcQsNIiZgHGB"
Query Parameters
The Team identifier to perform the request on behalf of.
Example:
"team_1a2b3c4d5e6f7g8h9i0j1k2l"
The Team slug to perform the request on behalf of.
Example:
"my-team-url-slug"
Response
200
application/json
The artifact was found and is downloaded as a stream. Content-Length should be verified.
An octet stream response that will be piped to the response stream.