Get call recording by id
GET {{baseUrl}}/calls/recordings/:id?fields=<string>
Returns metadata of recording of a particular call. Metadata contains a 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. |