Skip to main content
GET
Get Run Artifact Download URL

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

run_id
string
required
artifact_id
string
required

Cookies

token
string | null

Response

Successful Response

A pre-signed URL for downloading an artifact.

url
string
required

Pre-signed URL to download the artifact.

expires_at
string<date-time>
required

When the download URL expires.