Call recording
Retrieve a recording
Returns the call recording identified by id, including its metadata and download URL.
get/v1/recordings/{id}
Path parameters
idinteger required
Example:123
The unique ID of the call recording.
Response
Returns the call recording.
Example response
{
"id": 123,
"created_at": "2023-06-15T10:30:00Z",
"duration": 120,
"from": "1234567890",
"to": "0987654321",
"call_uuid": "aa566501-c591-4a8b-b3b9-cc1295398b72",
"url": "https://api.wavix.com/v1/recordings/uuid"
}