data array for the current page, a has_next boolean, and a cursor string to fetch the next page.
Cursor pagination is stable: inserting or deleting records between requests will not cause items to be skipped or duplicated.
Query parameters
All paginated endpoints accept these parameters:Response structure
cursor is null when this is the last page. Pass it as the cursor query parameter on the next request to fetch the following page.
Fetching all pages
To retrieve every item, keep requesting untilhas_next is false: