Skip to main content
GET
Get Deployment Download URL

Authorizations

Authorization
string
header
required

API key must be provided in the Authorization header

Path Parameters

id
integer
required

Numeric ID of the deployment to get the artifact download URL for.

Response

Returns {success: true, download_url: <presigned_s3_url>}

success
boolean

Always true on success.

download_url
string

Presigned S3 URL valid for 1 hour.