Resolved! Using SearchIncidentsV2 or GetIncidentsByQuery in automations
Hi,
First of all, we are using a lot of automations searching for incidents using queries often with more than 100 results.
The scripts line looks like this:
res = demisto.executeCommand('SearchIncidentsV2', {'query': query, 'limit': 5000})[0].get(
...


