Top Games 'before' cursor

Hey, does anybody know how the “before” cursor works for helix/games/top endpoint?

I am trying to do something like:

  • getTopGames(first=10) - > get cursor1.
  • getTopGames(first=10, after=cursor1) -> cursor2
  • getTopGames(first=15, before=cursor2)
    At this point I assume that #1 game from third request should be somewhere around the #5 game from first request. But my 3rd request returns just first 15 games (like there is no cursor value). I think I am missing something important here.

Kind Regards

I also experienced this behavior. Here’s the related post.

1 Like

Yes, indeed looks similar. Never had any 5xx errors fortunately…

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.