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}

Authorization

AuthorizationRequiredBearer <token>

Default authentication mechanism

In: header

Path Parameters

hashRequiredstring

The artifact hash

Query Parameters

teamIdstring

The Team identifier to perform the request on behalf of.

slugstring

The Team slug to perform the request on behalf of.

Header Parameters

x-artifact-client-cistring

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

Maximum length: 50
x-artifact-client-interactiveinteger

1 if the client is an interactive shell. Otherwise 0

Minimum: 0Maximum: 1
curl -X GET "https://api.vercel.com/v8/artifacts/12HKQaOmR5t5Uy6vdcQsNIiZgHGB?teamId=string&slug=string" \
  -H "x-artifact-client-ci: VERCEL" \
  -H "x-artifact-client-interactive: 0" \
  -H "Authorization: Bearer <token>"

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

"string"