Get recording asset

Use this request to get the recording asset object.

GEThttps://api.100ms.live/v2/recording-assets/<asset_id>
curl --location --request GET 'https://api.100ms.live/v2/recording-assets/<asset_id>' \ --header 'Authorization: Bearer <management_token>'

Following are the responses based on different asset types as mentioned on this page.

RESPONSE
Status: 200 OK
{ "id": "<asset-id>", "thumbnails": null, "metadata": { "resolution": { "width": 1920, "height": 1080 } }, "duration": 100, "path": "<storage-path>", "status": "completed", "created_at": "2023-03-28T04:51:16.041Z", "type": "room-composite", "size": 892154, "job_id": "<job-id>", "room_id": "<room-id>", "session_id": "<session-id>" }

Have a suggestion? Recommend changes ->

Run in postman

Was this helpful?

1234