1
Request the first page
Call the endpoint with no
after. Optionally set limit and any filters.2
Read data.nextCursor
A non-null value means there are more results.
3
Request the next page
Call again with
after=<nextCursor> and the same filters. Stop when nextCursor is null.limit defaults to 25 and caps at 100 — a larger value is silently capped, while a value below 1 is a 400.
Cursor scope
Cursors are bound both to you and to a single feed, eitherDELIVERIES or EVENTS. Tampering with one, forging one, or reusing another partner’s returns 400 INVALID_CURSOR.