Skip to main content
All list endpoints return paginated results using cursor-based pagination. This ensures consistent results even when new items are created between requests.

Response format

Every list endpoint returns the same pagination structure:

Fetching the next page

To fetch the next page, pass the nextCursor value as the cursor query parameter:
Continue paginating until hasMore is false.

Parameters