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.
Bearer authentication of the form Bearer <token>, where token is your auth token.
Begin timestamp (milliseconds since epoch) of the call. Available after the call starts. Example: 1732546200000
End timestamp (milliseconds since epoch) of the call. Available after the call ends. Example: 1732546200000
Only retrieve calls with duration greater than or equal to this value (seconds).
Only retrieve calls with duration less than or equal to this value (seconds).
Phone number of the caller or callee (E.164 format preferred) and URL-encode the leading ”+” (e.g. %2B14155552671)