Zendesk has [new limits for offset-based pagination](https://support.zendesk.com/hc/en-us/articles/5591904358938). Since the August 2023 you can not get more then 10.000 records with `offset pagination` :-( You have to change to `cursor pagination`. Here are some informations: [Pagination](https://developer.zendesk.com/api-reference/introduction/pagination/) [Comparing cursor pagination and offset pagination](https://developer.zendesk.com/documentation/api-basics/pagination/comparing-cursor-pagination-and-offset-pagination/) [Paginating through lists using cursor pagination](https://developer.zendesk.com/documentation/api-basics/pagination/paginating-through-lists-using-cursor-pagination/) Sorting is also different between `cursor pagination` and `offset pagination`