Recordings
List, filter, and download recordings as MP3.
List Recordings
List and filter recordings on your Telzio account.
Request
GET https://api.telzio.com/recordings
Query Parameters
Parameters | Type | Description |
---|---|---|
tag | string[ ] | Filter by one or more tags |
direction | string | Filter by call direction. Can be "inbound" and "outbound". |
search | string | Search in all recordings. |
from | date-time | 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 | date | 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 | int32 | Limit the number of results returned. |
offset | int32 | Request recordings starting from a certain number in the array. |
Download Recording
Request a recorded call for download as MP3.
Request
GET https://api.telzio.com/recordings/{RecordingId}/download
Path Parameters
Parameters | Type |
---|---|
RecordingId | int32 |