GET /v8/artifacts/{hash}

vercel.com

Summary: Download a cache artifact
Operation ID: downloadArtifact
Auth: unknown
Description

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.

Parameters (4)

hash (string, path, required)

The artifact hash

teamId (string, query, optional)

The Team identifier or slug to perform the request on behalf of.

x-artifact-client-ci (string, header, optional)

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

Constraints: {'maxLength': 50}

x-artifact-client-interactive (integer, header, optional)

1 if the client is an interactive shell. Otherwise 0

Constraints: {'minimum': 0, 'maximum': 1}

No probe data for this endpoint yet.