GET
/
workspaces
/
assets
/
{asset_id}
/
versions
/
{version_id}
/
download
curl --request GET \
  --url https://api.mudstack.com/workspaces/assets/{asset_id}/versions/{version_id}/download \
  --header 'Authorization: Bearer <token>' \
  --header 'x-account-id: <x-account-id>' \
  --header 'x-workspace-id: <x-workspace-id>'
This response does not have an example.

Authorizations

Authorization
string
header
required

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

Headers

x-account-id
string
required
x-workspace-id
string
required

Path Parameters

asset_id
string
required
version_id
string
required

Query Parameters

thumbnail
boolean

Response

200 - application/octet-stream
The requested asset version file

The response is of type file.