Calls
List Calls
Retrieve all calls with optional filtering and pagination.
get/v1/calls
Query parameters
limitinteger
Maximum number of calls to return (1-100)
offsetinteger
Number of calls to skip
customer_idstring
Filter by customer ID
from_numberstring
Filter by originating phone number
to_numberstring
Filter by destination phone number
bot_uidstring
Filter by bot UID
from_datestring date-time
Filter calls from this date (ISO 8601 format)
to_datestring date-time
Filter calls to this date (ISO 8601 format)
call_status'registered' | 'ongoing' | 'ended' | 'error'
Filter by call status
call_type'phonecall' | 'webcall'
Filter by call type
Response
List of calls retrieved successfully
Example response
{
"calls": [
{
"dynamic_variables": {
"name": "John"
}
}
]
}