Download artifact
GET /v1/artifacts/{artifactRef}/download
GET
/v1/artifacts/{artifactRef}/download
Download artifact (token or presigned URL)
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” artifactRef
required
string
Artifact reference
Responses
Section titled “ Responses ”Artifact download information
object
downloadUrl
Presigned URL or token
string format: uri
expiresAt
string format: date-time
size
integer format: int64
Redirect to presigned URL
Unauthorized
object
code
required
string
message
required
string
details
object
key
additional properties
any
Example
{ "code": "UNAUTHORIZED", "message": "Authentication required"}Not found
object
code
required
string
message
required
string
details
object
key
additional properties
any
Example
{ "code": "NOT_FOUND", "message": "Resource not found"}Internal server error
object
code
required
string
message
required
string
details
object
key
additional properties
any
Example
{ "code": "INTERNAL_ERROR", "message": "An internal error occurred"}