Skip to main content
All list endpoints return a paginated list object. Use the next and previous cursors to navigate through pages. See Pagination for details on how to use cursor-based pagination.

Fields

object[]
required
The array of objects for the current page. The type of objects depends on the endpoint (e.g. Campaign, Prospect).
boolean
required
Whether there are more results available beyond this page.
string
Cursor to fetch the next page. Pass this as cursor in your next request.
string
Cursor to fetch the previous page. Pass this as cursor in your next request.

Example

Used in

All list endpoints return this wrapper: