GET /v8/artifacts/{hash}

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.

Servers

Path parameters

Name Type Required Description
hash String Yes

The artifact hash

Request headers

Name Type Required Description
x-artifact-client-ci String No

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

x-artifact-client-interactive Integer No

1 if the client is an interactive shell. Otherwise 0

Query parameters

Name Type Required Description
teamId String No

The Team identifier to perform the request on behalf of.

slug String No

The Team slug to perform the request on behalf of.

How to start integrating

  1. Add HTTP Task to your workflow definition.
  2. Search for the API you want to integrate with and click on the name.
    • This loads the API reference documentation and prepares the Http request settings.
  3. Click Test request to test run your request to the API and see the API's response.