Hi @Neelkumar Maheta (nmaheta) ,
You can not fetch the List items more than threshold limit. You may think only 200 items which meets your filter. But before getting the filter result, the api will need to get all of the 10000 items first. This is the reason why you get exceed threshold limit exception.
As a workarond, you will need to apply indexing on columns you are using in filtering and sorting: Add an index to a list or library column.
And here is similar issue with yours for reference
- Filtering large list (more than 5K items) using two columns with REST API
- Manage large lists and libraries
If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.