Download the asset's primary file (original variant)
GET /assets/{id}/file
GET
/assets/{id}/file
Proxies to /storage/objects/{file_hash} for the asset’s
linked storage object. 404 when the asset has no file_hash
set yet (e.g. a draft created without an upload).
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” id
required
string format: uuid
Header Parameters
Section titled “Header Parameters ” Range
string
Responses
Section titled “ Responses ”Full body
string format: binary
Partial body (Range honoured)
string format: binary
Authentication required, missing, or invalid
object
error
required
Human-readable error summary
string
Example
the request could not be completedExample
{ "error": "authentication required: sign in and retry with a valid session or API token"}Resource not found
object
error
required
Human-readable error summary
string
Example
the request could not be completed