Query Parameters
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.
Response
The response is a JSON array of call objects that match the search query. The structure of each call object is the same as the one returned by the List Calls endpoint.Response
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Query Parameters
Search query (minimum 3 characters)
Minimum length:
3
Maximum number of results
Required range:
1 <= x <= 200