List Calls

Lists calls for an organization based on filters.

Optionally, the call records can be filtered by the before and after filters which apply to the created_at field.

Supports two pagination methods. Cursor-based (cursor/limit) is stable and performant on large
datasets; it is triggered automatically when a cursor parameter is provided, and cursor and offset
cannot be combined. Offset-based (offset/limit) is also supported. Both methods return a metadata
object with a next_cursor field — pass it back as cursor to fetch the next page; when next_cursor is
null, there are no more results. Filters are not encoded in the cursor, so include them on every request.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Query Params
date-time

The date and time before which the call records were created, in the ISO 8601 format.

date-time

The date and time after which the call records were created, in the ISO 8601 format.

integer
Defaults to 50

limit

string

Cursor for keyset pagination. Use the next_cursor value from the previous response.

integer
Defaults to 0

offset

Responses

Callback
Language
Credentials
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json