List calls
Returns a paginated list of calls for the specified model. You can optionally filter by time window, status, duration range, or phone number.
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>
, where token is your auth token.
Query parameters
model_id
The calls for the specified model ID will be returned
limit
How many calls will be displayed in every page, default is 20
offset
Index of the first call to be returned.
from_date
Begin timestamp (milliseconds since epoch) of the call. Available after the call starts.
to_date
End timestamp (milliseconds since epoch) of the call. Available after the call ends.
call_status
Status of call.
duration_min
Only retrieve calls with duration greater than or equal to this value (seconds).
duration_max
Only retrieve calls with duration less than or equal to this value (seconds).
lead_phone_number
Phone number of the caller or callee (E.164 format preferred) and URL-encode the leading ”+” (e.g. %2B14155552671)
Response
200
status
Whether the request was successful.
response