Retrieve an asset

GET {{baseUrl}}/video/v1/assets/:ASSET_ID

Retrieves the details of an asset that has previously been created. Supply the unique asset ID that was returned from your previous request, and Mux will return the corresponding asset information. The same information is returned when creating an asset.

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{"data":{"tracks":[{"type":"video","max_width":1920,"max_height":1080,"max_frame_rate":29.97,"id":"RiyQPM31a1SPtfI802bEP2zD02F5FQVNL801FRHeE5t01G4","duration":23.8238},{"type":"audio","max_channels":2,"id":"LvINTciHVoC017knMCH01y9pSi5OrDLCRaBPNDAoNJcmg","duration":23.823792}],"status":"ready","resolution_tier":"1080p","playback_ids":[{"policy":"public","id":"vAFLI2eKFFicXX00iHBS2vqt5JjJGg5HV6fQ4Xijgt1I"}],"passthrough":"example","mp4_support":"none","max_stored_resolution":"HD","max_stored_frame_rate":29.97,"max_resolution_tier":"1080p","master_access":"none","id":"lJ4bGGsp7ZlPf02nMg015W02iHQLN9XnuuLRBsPS00xqd68","encoding_tier":"baseline","duration":23.857167,"created_at":"1609868768","aspect_ratio":"16:9"}}