call-recordings
Get a call recording by its ID
Returns a single call recording by ID.
Rate limit: 300 requests per minute
get/call-recordings/{id}
Path parameters
idstring required
The ID of the call recording to fetch.
Response
Example response
{
"data": {
"custom_fields": {
"sentiment": {
"value": "positive"
}
}
}
}Changes
Changed in 1 of the 22 revisions of this API.1
- ○
added the non-success response with the status
403response-non-success-status-added
- ○