API ReferenceRecordingsGet_records
Get project recordings
Retrieve all recordings for a specific project.
Retrieve all recordings for a specific project.
In: header
The unique identifier of the project
uuidapplication/json
application/json
application/json
curl -X GET "https://v.cloudapi.vconnct.me/api/v4/recordings/get_records?project_id=497f6eca-6276-4993-bfeb-53cbbbba6f08"{
"count": 0,
"items": [
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"created_at": "2019-08-24T14:15:22Z",
"url": "string",
"project": {
"project_id": "405d8375-3514-403b-8c43-83ae74cfe0e9",
"project_name": "string"
},
"room": {
"room_id": "05451321-18e1-4bfa-aa22-dfd0080cc120",
"room_name": "string"
}
}
]
}{
"error": "Invalid signature"
}{
"error": "Project not found"
}curl -X GET "https://v.cloudapi.vconnct.me/api/v4/recordings/get_records?project_id=497f6eca-6276-4993-bfeb-53cbbbba6f08"