Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cursor Param for Events #40

Open
birb3D opened this issue Aug 16, 2022 · 1 comment
Open

Cursor Param for Events #40

birb3D opened this issue Aug 16, 2022 · 1 comment

Comments

@birb3D
Copy link

birb3D commented Aug 16, 2022

Currently you have events_backfill however when I've used it the result is always a set of 300, but never less than 300 which makes me think it's possibly missing results at the end.

If there was a cursor query param built into events then I could paginate myself, or maybe there's a reason it's returning only a multiple of 300 instead of all the results within a date range?

Thanks in advance!

@zseta
Copy link
Owner

zseta commented Sep 12, 2022

Hi @VillainGuy
events_backfill() should yield all the items from the given time window in batches of 300. Pagination is handled internally. How are you using events_backfill()?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants