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"
}
}
}
}