Skip to main content
All list endpoints return paginated results using cursor-based pagination.

Basic usage

Control the number of results per page with the limit parameter (1–100, default 10):

Response format

Every list endpoint returns a response with pagination metadata:

Fetching the next page

Pass the next value as cursor to fetch the next page:
Cursors are tied to the original query filters. You cannot change filters between pages - doing so returns an error.

Example: iterating through all results