v2

latestOpenAPI 3.1.02026-08-05100545344.4 KB

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.

get/calls

Query parameters

model_idstring required

The calls for the specified model ID will be returned

limitinteger

How many calls will be displayed in every page, default is 20

offsetinteger

Index of the first call to be returned.

from_dateinteger

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

to_dateinteger

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

call_statusstring

Status of call.

duration_mininteger

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

duration_maxinteger

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

lead_phone_numberstring

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

Headers

Authorizationstring required

Bearer authentication

Response

200

statusstring

Whether the request was successful.