latestOpenAPI 3.0.32026-08-20147323331.7 KB
a7231589e927
call-recordings
Get a call recording by its ID
Returns a single call recording by ID.
Rate limit: 60 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"
}
}
}
}