v4

OpenAPI 3.0.32026-08-05136301307.1 KB
call-recordings

Search for call recordings by a given filter

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

post/call-recordings/search

Request body

cursorstring

The cursor to use for pagination.

limitinteger

The number of call recordings to fetch. Defaults to 100. Must be greater than 0 and less than or equal to 1000.

Response

request_idstring

The request ID for tracking.