Skip to main content
Question

Change Status for more than 100 DLP Incidents at a time

  • August 29, 2025
  • 1 reply
  • 38 views

jschuele
Forum|alt.badge.img+5

How can I change the Status for more then 100 incidents at a time, which is the dashboard limit? I have thousands of incidents created from a retro-active scan and would like to add my own custom status to them all at once.

1 reply

joru
Netskope Partner
  • Netskope Partner
  • August 29, 2025

There seems to be a way using API v2 although the documentation is not very clear, according to the swagger there is the endpoint  /api/v2/incidents/update which supports the PATCH method and seemingly can bulk change incident Status, Asignee or Severity 10 incidents per request, it doesn’t seem to have any indications for filtering incidents or to apply it to specific ids so it seems to apply to all the incidents which is not ideal would have to test in a lab environment.