v1
latestOpenAPI 3.0.02026-07-14416.5 KBRetrieve a media item
Retrieve information about a single media item
get/:id/info
Response
Successfully retrieved
Example response
{
"account_id": "abcd1234",
"etag": "aaaaaaaabbbbccccdddd0123456789ab",
"id": "aaaaaaaa-bbbb-cccc-dddd-0123456789ab",
"media_size": 1234567,
"mime_type": "audio/vnd.wave",
"original_file_name": "test.wav",
"store_id": "s3",
"time_created": "2020-01-01T14:00:00.000Z",
"time_last_updated": "2020-01-01T14:00:00.000Z",
"times_downloaded": 1
}