Request hygiene
Time range guidance
Pagination flow
1
Send the first request
Include the
limit that matches your UI or processing batch size.2
Check next_cursor
If the response includes
next_cursor, another page is available.3
Request the next page
Send the same request with
cursor set to the returned token.
