get http://{{host}}//recordings
Get Recordings of Conversations, with optional filters.
Response:
[
{
"recording_id": "UUID",
"dp_recording_id": "string" // id from data provider,
"recording_start_time": "Date" //"2023-11-06T19:38:32.766Z",
"recording_url": "https://url-to-recording-file",
"recording_duration": "number" // in seconds ie:318,
"file_name": "string",
"file_size": "number" // in seconds ie: 5095872,
"file_format": "string" //"mp3",
"scheduled_delete_date": "Date" ,
"created_at": "Date" //"2023-11-06T19:38:32.766Z",
"updated_at": "Date" //"2023-11-06T19:38:32.766Z",
"status": null
},
{
"recording_id": "UUID",
"dp_recording_id": "string" // id from data provider,
"recording_start_time": "Date" //"2023-11-06T19:38:32.766Z",
"recording_url": "https://url-to-recording-file",
"recording_duration": "number" // in seconds ie:318,
"file_name": "string",
"file_size": "number" // in seconds ie: 5095872,
"file_format": "string" //"mp3",
"scheduled_delete_date": "Date" ,
"created_at": "Date" //"2023-11-06T19:38:32.766Z",
"updated_at": "Date" //"2023-11-06T19:38:32.766Z",
"status": null
}
]