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