Recordings
List, filter, and download recordings as MP3.
List Recordings
List and filter recordings on your Telzio account.
Request
https://api.telzio.com/recordings
Query Parameters
| Parameters | Type | Description |
|---|---|---|
| tag | Filter by one or more tags | |
| direction | Filter by call direction. Can be "inbound" and "outbound". | |
| search | Search in all recordings. | |
| from | List recordings made after this point in time. Should be a yyyy-MM-dd formatted date string. If not specified this will default to 00:00 UTC of the current day. | |
| to | List recordings made before this point in time. Should be a yyyy-MM-dd formatted date string. If not specified this will default to 23:59:59 UTC of the current day. | |
| pageSize | Limit the number of results returned. | |
| offset | Request recordings starting from a certain number in the array. |
Download Recording
Request a recorded call for download as MP3.
Request
https://api.telzio.com/recordings/{RecordingId}/download
Path Parameters
| Parameters | Type |
|---|---|
| RecordingId |