has_more and next_page.
Nomos’s list API methods use cursor-based pagination via the next_page parameter. The next_page value encodes information to continue walking through the list of resources, ensuring no duplicates or missing items.
It is important to keep the exact same query parameters you used when starting to iterate through the list.
Example
Start by fetching from your list endpoint:next_page value for cursor-based pagination. Important: You must keep the same query parameters as the initial request: