Skip to main content
All list endpoints use cursor-based pagination. This ensures consistent results even when the underlying data changes between requests.

Parameters

Response fields

Paginated responses use the OrderedCollectionPage type:

Iterating through pages

Use the next URL directly, or pass nextCursor as the cursor parameter in your next request. When nextCursor is null, you’ve reached the last page.