Retrieve an asset

This method retrieves details about the specified asset.

Path parameters

asset_idstringRequired
The unique identifier of the asset to retrieve.

Headers

x-api-keystringRequired

Response

The asset has been successfully retrieved.
_idstring or null
The unique identifier of the asset.
methodenum or null
The method used to upload the asset.
Allowed values:
statusenum or null
The status of the upload process.
Allowed values:
filenamestring or null
The filename of the asset.
file_typestring or null
The MIME type of the asset.
urlstring or null
The URL where the asset can be accessed.
url_expires_atstring or nullformat: "date-time"
The date and time, in RFC 3339 format, when the URL expires.
created_atstring or nullformat: "date-time"

The date and time, in RFC 3339 format (“YYYY-MM-DDTHH:mm:ssZ”), when the asset was created.

Errors