Call Recordings

Get a call recording by its ID

get

Returns a single call recording by ID.

Rate limit: 60 requests per minute

Authorizations
AuthorizationstringRequired

Authorization: Bearer

Path parameters
idstringRequired

The ID of the call recording to fetch.

Responses
chevron-right
200Success
application/json
request_idstringOptional

The request ID for tracking.

get
/call-recordings/{id}

Update a call recording

patch

Updates a call recording by ID. Only provided fields are modified.

Rate limit: 20 requests per minute

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
chevron-right
200Success
application/json
request_idstringOptional

The request ID for tracking.

patch
/call-recordings/{id}

Search for call recordings by a given filter

post

Currently, the following fields are filterable for call recordings:

  • account_id. Allowed operators: equals, in, not_in, is_set, is_unset

  • source. Allowed operators: equals, in, not_in

  • title. Allowed operators: equals, string_contains

  • start_time. Allowed operators: time_is_after, time_is_before, time_range

Rate limit: 20 requests per minute

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
chevron-right
200Success
application/json
request_idstringOptional

The request ID for tracking.

post
/call-recordings/search

Last updated

Was this helpful?