Get Calls
Retrieves calls for your account
Authorizations
Query Parameters
Search for a specific term across all fields.
The offset for the pagination. If not provided, the first 10 calls will be listed.
x >= 1
The maximum number of calls to return in the response. If not provided, 10 calls will be listed.
1 <= x <= 1000
Sort by a specific field. If not provided, calls will be sorted by start_date
.
Order by a specific field. If not provided, calls will be ordered by start_date
in descending order.
Show calls including and after a specific date. Format: YYYY-MM-DD
Show calls including and before a specific date. Format: YYYY-MM-DD
Show calls for a specific campaign id.
Show calls of a specific type. If not provided, calls of all types will be shown.
outbound
, inbound
Filter by one or more disposition values. You can pass multiple values like: ?disposition_level_3=1&disposition_level_3=2
Show calls of a specific agent.
Show calls of a specific lead.
Filter calls by a specific field. Format: key=value
Comma-separated list of call fields to return (e.g. 'call_type,from_number,status').
Response
The response is of type object
.