Query parameters
Response shape
data: the page of records.next_cursor: pass back to fetch the next page.nullon the last page; that’s how you know you’re done.
Walking a list
What you cannot do
- Jump to a specific page.
- Walk a list backwards.
- Use a cursor with a different
limitthan the page it came from (this works in practice, but is not contract; don’t rely on it).

