Skip to main content
GET
/
recordings
/
{cdr_uuid}
Get a specific call recording
curl --request GET \
  --url https://api.wavix.com/v1/recordings/{cdr_uuid}
This response does not have an example.

Authorizations

appid
string
query
required

An API key to authorize your request

Path Parameters

cdr_uuid
string
required

Call ID.

Example:

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

Response

Redirects to the recording file URL.

I