Hi @semptrastr
This looks like an issue due to an expired pagination token. The paging token has a short expiration time and will expire if you don't request the next page in time. You can use advanced query capabilities in your requests, so that you will get more robust and less prone to expire pagination tokens.
Or you can also use the $skip
query parameter to skip the data that has been obtained, instead of relying on the pagination token.
Hope this helps.
If the reply is helpful, please click Accept Answer and kindly upvote it. If you have additional questions about this answer, please click Comment.