Skip to main content
GET
/
v1
/
recordings
/
{call_uuid}
Retrieve a call recording
curl --request GET \
  --url https://api.wavix.com/v1/recordings/{call_uuid} \
  --header 'Authorization: Bearer <token>'
{
  "message": "Deleted due to the retention policy settings.",
  "deleted_at": "2023-06-15T10:30:00Z"
}

Authorizations

Authorization
string
header
required

Bearer token using appid (Authorization: Bearer )

Path Parameters

call_uuid
string
required

Call ID.

Example:

"aa566501-c591-4a8b-b3b9-cc1295398b72"

Response

Call recording.