Search calls by various criteria.
Searches through call SIDs, customer phone numbers, and assistant names.
q
(string, required): The search query. Must be at least 3 characters long.limit
(integer, optional, default: 50): The maximum number of search results to return.Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Search query (minimum 3 characters)
3
Maximum number of results
1 <= x <= 200
Successful Response
The response is of type CallResponse · object[]
.