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
Your API key sent as a Bearer credential — Authorization: Bearer <api_key>, where <api_key> starts with oi_sk_ (create one via POST /v1/api-keys). Although the field is labelled 'token', paste your API key here. A dashboard JWT is also accepted on this header for the same endpoints.
Query Parameters
Required range:
1 <= x <= 100Opaque next_cursor from a prior page