List API methods use keyset pagination to limit the number of results returned per request
limit
can optionally be set as a parameter on requests to list endpoints to set the maximum number of results to return. Limit can range between 1 and 100, and the default is 50.
nextPage
attribute. The value returned is a cursor
token which can be used to fetch the next page of results.
nextPage
is null
then you have reached the last page of the results.page
parameter of the request.