Cursor value when there are no more results

Not sure if this is working as intended, but from the v5 docs:

https://dev.twitch.tv/docs/v5/guides/using-the-twitch-api/

When there are no more items to be returned, the cursor in the response is blank.

When I access the followers endpoint like so:

https://api.twitch.tv/kraken/channels/<channel_id>/follows?api_version=5&client_id=client_id&limit=100&cursor=cursor_from_previous and it’s the last result, I still get a value for the cursor in the response.
When I call the same endpoint with the last returned cursor, I get an empty result back.

Is it supposed to work like this? Am I missing something/doing something wrong?

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