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_idstringRequired
The calls for the specified model ID will be returned
limitintegerOptional
How many calls will be displayed in every page, default is 20
offsetintegerOptional
Index of the first call to be returned.
from_datelongOptional

Begin timestamp (milliseconds since epoch) of the call. Available after the call starts.

to_datelongOptional

End timestamp (milliseconds since epoch) of the call. Available after the call ends.

call_statusstringOptional
Status of call.
duration_minintegerOptional

Only retrieve calls with duration greater than or equal to this value (seconds).

duration_maxintegerOptional

Only retrieve calls with duration less than or equal to this value (seconds).

lead_phone_numberstringOptional

Phone number of the caller or callee (E.164 format preferred) and URL-encode the leading ”+” (e.g. %2B14155552671)

Response

200
statusstring or null
Whether the request was successful.
responseobject or null

Errors