Hello,
I am currently attempting to query all machines in Sophos Central via API. However there seems to be a max limit of ~500 items. Is there any way around this max limit or any other way to query all endpoints. Any input would be great.
Hello,
I am currently attempting to query all machines in Sophos Central via API. However there seems to be a max limit of ~500 items. Is there any way around this max limit or any other way to query all endpoints. Any input would be great.
Hi Evron Davis
I have moved this thread to the relevant group. If you exceed the limit you might receive an error with "Too many requests" as stated in this article. This similar thread should be helpful.
Shweta
Evron Davis - you can use the pagination functions in the API to scroll through the data. You can't just dump everything through one request.
See the documentation for how to use and set up the pagination.