GET
/
v1
/
phoneCalls

List of possible status and statusExtraInfo values

Please refer to this blog for list all possible values and their meaning.

Query Parameters

teamId
any
required

Unique ID of the Team

callTemplateId
string

Unique ID of the CallTemplate

phoneNumberId
string

Unique ID of the PhoneNumber you own

fromDate
string

Get phoneCalls created after this date

toDate
string

Get phoneCalls created before this date

toPhoneNumber
string

Get phoneCalls made to a phoneNumber

status
string

Get phoneCalls with specific status, Possible values: "queued", "ringing", "inProgress", "busy", "noAnswer", "canceled", "failed", "completed".

fileId
string

Get bulk phoneCalls triggered using a file associated with fileId

offset
any

Skipping webhooks till the provided offset value

limit
any

Limiting number of values per page

orderBy
any

Sorting order of the phone calls. use "-" for descending order. eg. for ascending order use orderBy=createdAt, for descending order use orderBy=-createdAt

Response

200 - application/json
data
object[]
required