limit, and follow the nextPage cursor in each response to fetch the page after it.
Set the page size
Passlimit on any list endpoint to set the maximum number of results per page. The value can be between 1 and 100. The default is 50.
Request 10 items
Request the next page
Every list response includes anextPage attribute. Its value is a cursor token for the next page of results. Pass it as the page parameter on the same endpoint.
Fetch the next page
When
nextPage is null, you’ve reached the last page.