Hello @dev parmar ,
Based on my research the issue you are encountering might be because the backend may not support deep pagination reliably using skip
alone. Suggested work arounds for this are to try using Paginating in smaller chunks, you can also try using Graph Api Instead to fetch the alerts then use the **nextLink
**Instead of skip
for Pagination. https://learn.microsoft.com/en-us/graph/api/security-list-alerts_v2?view=graph-rest-1.0&tabs=http
If this doesn't work, please get in touch with support. Refer to the below link to contact support: https://learn.microsoft.com/en-us/defender-cloud-apps/support-and-ts#open-a-service-request
If you find the information above helpful, please Click Accept. This will assist others in the community who encounter a similar issue, enabling them to quickly find the solution and benefit from the guidance provided.