List calls (cursor pagination)
calls
List calls (cursor pagination)
Cursor-paginated alternative to GET /v1/calls. Pass back the next_cursor value to fetch the next page. Recommended over offset pagination for large call lists (>10k rows) because it is O(log n) per page instead of O(offset+limit).
GET
List calls (cursor pagination)
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Required range:
1 <= x <= 100Opaque next_cursor from a prior page