- Access exclusive content
- Connect with peers
- Share your expertise
- Find support resources
06-01-2026 03:21 AM
Hello team
I have the following scenario of 16K open issues and I would like to perform mass closure of these open cases. Is there any way to do this? i tried to build a playbook which i give it the excel sheet of all the issues IDs and start bulk resolve but i have problem with it , it is very slow , i mean it takes 24 hours for just close 4K issues , so is there any other options ? like api or something ?
06-01-2026 04:09 AM
As far as I know it can be done through Cortex XSIAM Public API, Your script must send an authenticated request with the filter and the instruction to change the status to resolved (STATUS_030_RESOLVED).
We recommend engaging your Accounts team and they can assist you with the complete API request and endpoint details for scripting.
06-01-2026 04:09 AM
As far as I know it can be done through Cortex XSIAM Public API, Your script must send an authenticated request with the filter and the instruction to change the status to resolved (STATUS_030_RESOLVED).
We recommend engaging your Accounts team and they can assist you with the complete API request and endpoint details for scripting.
06-01-2026 05:01 AM - edited 06-01-2026 05:02 AM
thanks @mshamamulla , already made the right script and run it against the issues name and it's actually very fast ( like close more than 6 per sec ) , so it is confirmed [scripts are faster than playbooks ] and here is the script i use for anyone face the same problem :
```
Click Accept as Solution to acknowledge that the answer to your question has been provided.
The button appears next to the replies on topics you’ve started. The member who gave the solution and all future visitors to this topic will appreciate it!
These simple actions take just seconds of your time, but go a long way in showing appreciation for community members and the LIVEcommunity as a whole!
The LIVEcommunity thanks you for your participation!

