Calls
Get Call List
Returns all calls from the system that the user has access to
GET
/
calls
Authorizations
X-API-KEY
string
headerrequiredQuery Parameters
page
integer
The page number to return
limit
integer
The maximum number of results to return
call_type
enum<string>
The type of call (e.g., incoming, outgoing)
Available options:
incoming
, outgoing
status
enum<string>
The status of the call (e.g., completed, in-progress)
Available options:
completed
, in-progress
, failed
voice_id
string
The ID of the voice used
assistant_id
string
The ID of the assistant
from_number
string
The originating phone number
to_number
string
The destination phone number
Response
200 - application/json
count
integer
next
string | null
previous
string | null
results
object[]
Was this page helpful?