Skip to main content

Pagination

List endpoints in the Operate API return paginated results. Use the limit and offset query parameters to control which slice of data you receive.

Parameters

Example

Fetch the second page of 25 companies:

Response shape

Every paginated response includes a pagination object alongside the data:

Iterating through all pages

To fetch all items, increment offset by limit until you’ve retrieved total items:
Keep limit at 50 or below for optimal performance. The maximum allowed value is 100.