Authorization: ********************curl --location --request GET '/sessions//recordings' \
--header 'Authorization: Bearer <token>'{
"success": true,
"data": {
"recordings": [
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"session_id": "1ffd059c-17ea-40a8-8aef-70fd0307db82",
"egress_id": "string",
"name": "string",
"file_path": "string",
"duration": 0,
"file_size": 0,
"status": "recording",
"storage_type": "string",
"retry_count": 0,
"error_message": "string",
"created_at": "2019-08-24T14:15:22.123Z",
"updated_at": "2019-08-24T14:15:22.123Z"
}
],
"total": 0
},
"timestamp": 0
}