Retrieve a recording
Returns the call recording identified by id, including its metadata and download URL.
Authorizations
Wavix API key. Pass as Authorization: Bearer <api_key>. Keys support per-resource scopes (none / read / write). See Restricted keys and scopes.
Path Parameters
The unique ID of the call recording.
123
Response
Returns the call recording.
A call recording response
Recording ID.
123
Date and time when the recording was created in ISO 8601 format.
"2023-06-15T10:30:00Z"
Recording duration in seconds.
120
Originating phone number.
"1234567890"
Destination phone number.
"0987654321"
Call ID.
"aa566501-c591-4a8b-b3b9-cc1295398b72"
Recording file URL.
"https://api.wavix.com/v1/recordings/uuid"