updated_at ascending
(oldest first), which makes them safe to page through and to
sync incrementally.
The list envelope
Every list response is adata array plus a next_cursor:
next_cursoris an opaque string — pass it back unchanged as thecursorquery parameter to fetch the next page. Don’t parse or construct it yourself.next_cursorisnullon the last page.
Paging through results
Control page size withper_page (1–100, default 50). Pass the previous response’s
next_cursor as cursor until it comes back null:
updated_since — see Incremental sync.