Call Recordings
Authorizations
AuthorizationstringRequired
Authorization: Bearer
Path parameters
idstringRequired
The ID of the call recording to fetch.
Responses
200Success
application/json
request_idstringOptional
The request ID for tracking.
400Error
application/json
404Error
application/json
500Error
application/json
get
/call-recordings/{id}Authorizations
AuthorizationstringRequired
Authorization: Bearer
Path parameters
idstringRequired
The ID of the call recording to update.
Body
account_idstringOptional
The account ID to associate with the call recording. Pass an empty string to remove the account association.
Responses
200Success
application/json
request_idstringOptional
The request ID for tracking.
400Error
application/json
404Error
application/json
500Error
application/json
patch
/call-recordings/{id}Authorizations
AuthorizationstringRequired
Authorization: Bearer
Body
cursorstringOptional
The cursor to use for pagination.
limitinteger · int64Optional
The number of call recordings to fetch. Defaults to 100. Must be greater than 0 and less than or equal to 1000.
Responses
200Success
application/json
request_idstringOptional
The request ID for tracking.
400Error
application/json
500Error
application/json
post
/call-recordings/searchLast updated
Was this helpful?

