Skip to main content
Set limit from 1 to 100; it defaults to 10. When has_more is true, send next_cursor as cursor on the next request. Keep searchBy, filterBy, and sortBy unchanged. Only add the returned cursor or adjust the page limit. A cursor is opaque; do not construct or edit one.
For a backfill, set a fixed date window and save the cursor after each processed page. Stop on a repeated cursor rather than creating an endless loop. Handle rate limits before requesting the next page.