Clips API /helix/clips pagination problem

Even if the pagination cursor changes, the api returns the same clips but in a different order. I suspect that the problem is related to the view count order, which may change over time. Sorting by creation date could fix it.

Anyway, this is not what I experienced in the past. When I reached the end, the cursor was null. Now it doesn’t even if I pass first, started_at, ended_at, and after parameters.

Any suggestions?

Thanks

Sounds like a bug

Create a ticket and demonstrate your findings via: Issues · twitchdev/issues · GitHub

Done Clips API /helix/clips pagination problem · Issue #1188 · twitchdev/issues

Just to share, my workaround was to loop through months from 2011 to now, and it worked.

Thank you!