Offset Limit Pagination Option (September '21 Release)

Most API List endpoints support a pagination, meaning they will return the data you requested in multiple pages or responses. The API Documentation will typically let you know which pagination method the API uses and how you can fetch the additional pages.

With this release, we added support for standard Offset Pagination for “Pull from API” Connectors. Using this pagination method, users can supply the offset and limit keys to be passed as query parameters, as well as a starting offset value and limit value.

To learn more about Pull Connectors, visit our Create a Pull Connector guide.