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.
Authorization
Authorization
RequiredBearer <token>Default authentication mechanism
In: header
Path Parameters
hash
RequiredstringThe artifact hash
Query Parameters
teamId
stringThe Team identifier to perform the request on behalf of.
slug
stringThe Team slug to perform the request on behalf of.
Header Parameters
x-artifact-client-ci
stringThe continuous integration or delivery environment where this artifact is downloaded.
Maximum length:
50
x-artifact-client-interactive
integer1 if the client is an interactive shell. Otherwise 0
Minimum:
0
Maximum: 1
The artifact was found and is downloaded as a stream. Content-Length should be verified.