latestOpenAPI 3.0.32026-08-22149327338.9 KB
d4db007b26b2
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"
}
}
}
}