Skip to content

Download artifact

GET
/v1/artifacts/{artifactRef}/download

Download artifact (token or presigned URL)

artifactRef
required
string

Artifact reference

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"
}