Skip to main content
GET
List call recordings

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.

Query Parameters

from_date
string<date>

Start of the date range to query, in YYYY-MM-DD format. Inclusive.

Example:

"2023-01-01"

to_date
string<date>

End of the date range to query, in YYYY-MM-DD format. Inclusive.

Example:

"2023-12-31"

from
string

Filters recordings by originating phone number. Accepts a full or partial number.

Example:

"123456"

to
string

Filters recordings by destination phone number. Accepts a full or partial number.

Example:

"1987654321"

call_uuid
string

Filters recordings by the unique call ID.

Example:

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

sip_trunks
string[]

Filters recordings of outbound calls placed through the listed SIP trunk logins.

Example:
page
integer<int32>

Page number to retrieve. Default 1.

Example:

1

per_page
integer<int32>
default:25

Number of records to return per page. Default 25.

Example:

25

Response

Returns a paginated list of call recordings.

recordings
Recording · object[]

Call recordings that match the request.

invalid
InvalidRecording · object

An invalid recording filter response

pagination
Pagination · object