Get call recordings for a call
GET {{baseUrl}}/calls/:id/recordings?fields=<string>
Returns a list of recordings metadata of particular call. Metadata contains link to a MP3 recording
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
fields | string | Limit fields received in response. E.g. fields: id, name or fields items (id, name), see more at partial response page. |