API ReferenceRecordingsGet_record
Get recording
Retrieve a specific recording for a given room using its room ID.
Retrieve a specific recording for a given room using its room ID.
Your API key. Must be included in all requests to authenticate.
In: header
The unique identifier of the room whose recording is to be retrieved.
uuidapplication/json
application/json
application/json
application/json
curl -X GET "https://loading/v4/recordings/get_record?room_id=497f6eca-6276-4993-bfeb-53cbbbba6f08"{
"data": {
"room_id": "05451321-18e1-4bfa-aa22-dfd0080cc120",
"url": "string"
},
"status": true
}{
"error": "Missing or invalid room_id"
}{
"error": "Invalid signature"
}{
"error": "Recording not found"
}curl -X GET "https://loading/v4/recordings/get_record?room_id=497f6eca-6276-4993-bfeb-53cbbbba6f08"