Skip to main content
Once a build flips to complete, you have an artifact. There are two ways to grab it.

From the dashboard

Open the build in the dashboard and click Download. Your browser downloads a tarball:
Extract, run, done.

Via the API

Returns a signed URL:
The URL is good for 24 hours. After that, request a new one. For pipelines that pull builds:

Listing artifacts for a project

Useful for building your own tooling or pulling a specific past build by branch / commit.

Skip the download

If you’re shipping via pixel streaming, you don’t need to download anything — BuildPixel pushes the build straight into your runtime. See StreamPixel integration. For other deploy targets, see Custom deploy.