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

Authorizations

Authorization
string
header
required

Wavix API key. Pass as Authorization: Bearer <api_key>. Keys support per-resource scopes (none / read / write). See Restricted keys and scopes.

Path Parameters

call_id
string
required

The unique ID of the call whose recording is retrieved.

Example:

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

Response

Redirects to the recording file. The URL is in the Location header.