Logo
API_DOC API Documentation

Get all recording assets

GET {{HOST}}/v2/recording-assets?status=failed

 

Body PARAM

Key Datatype Required Description 
start
string Determines the starting point. "last" field of the response can be used as start for the subsequent request.
status
string Status of the job to filter assets
limit
number Determines the number of objects to be included in response. Min=1 Max=100 Default=10
session_id
string Session ID of the job to filter assets
room_id
null Room ID of the job to filter assets



HEADERS

Key Datatype Required Description 




RESPONSES

status





Curl
curl -X GET 'https://api.100ms.live/v2/recording-assets?status=failed?start=<id>&status=failed&limit=20&session_id=6425156d0949b0e55783dfc3&room_id='

ENDPOINTS