Skip to main content
List endpoints document their pagination parameters on their individual reference pages. Send an explicit page size when synchronising data.

Limit and offset

Endpoints such as List quotes accept limit and offset:
For a page size of 50, request offsets 0, 50, 100, and so on. Use the endpoint’s response schema to locate its collection and any pagination metadata. Read Current limits for the page-size maximum. Do not rely on an omitted limit to provide a bounded page.

Cursor pagination

Catalogue accepts a cursor. Follow the continuation value returned by the API rather than constructing one yourself. Keep the same filters as you advance through the catalogue.

Filters and facets

Each endpoint lists its supported filters. Facet endpoints provide filter values for their corresponding resource lists; they do not replace pagination.