limit, read the returned nextCursor, and pass it back as cursor on the next request. Cursor pagination is stable even when new records arrive between requests — unlike page/offset pagination.
Common query parameters
Response contract
List endpoints return this shape:Example: iterate companies
Endpoints that paginate
When passing
cursor, use the value exactly as returned. Values are opaque and may change between releases — never construct or mutate them yourself.Related
- Companies API — full reference for the most common paginated resource
- Users API — cursor pagination with
companyIdfilter

