Calls
List calls
GET
/
v1
/
calls
Authorizations
X-Api-Key
string
headerrequiredYour API key.
Query Parameters
agentId
string
Filter by agent id
phone
string
Filter by phone number, in the E.164 international standard format
campaignName
string
Filter by campaign name
from
string
Filter by date, inclusive lower bound. Requires 'to' to not be null.
Format: YYYY-MM-DD
to
string
Filter by date, inclusive upper bound. Requires 'from' to not be null.
Format: YYYY-MM-DD
page
string
default: 1The page number to be returned, starts at 1
size
string
default: 25The number of items to be returned, maximum 100
sort
enum<string>
The sort property and direction
Available options:
<property>,ASC
, <property>,DESC
Response
200 - application/json
content
object[]
List of items in the current page
size
integer
The size of the page
page
integer
The page number
totalElements
integer
The total amount of elements
totalPages
integer
The number of total pages