List call recordings
Returns a paginated list of call recordings for the authenticated account, filtered by date range, number, call, or SIP trunk.
Authorizations
Wavix API key. Pass as Authorization: Bearer <api_key>. Keys support per-resource scopes (none / read / write). See Restricted keys and scopes.
Query Parameters
Start of the date range to query, in YYYY-MM-DD format. Inclusive.
"2023-01-01"
End of the date range to query, in YYYY-MM-DD format. Inclusive.
"2023-12-31"
Filters recordings by originating phone number. Accepts a full or partial number.
"123456"
Filters recordings by destination phone number. Accepts a full or partial number.
"1987654321"
Filters recordings by the unique call ID.
"aa566501-c591-4a8b-b3b9-cc1295398b72"
Filters recordings of outbound calls placed through the listed SIP trunk logins.
Page number to retrieve. Default 1.
1
Number of records to return per page. Default 25.
25