Pagination
List endpoints in the Operate API return paginated results. Use thelimit 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 apagination object alongside the data:
Iterating through all pages
To fetch all items, incrementoffset by limit until you’ve retrieved total items: