To IBM qradar soar community,
I have some implementation that needed the usage of the API tools to interact with the servers. Referring to the image below:

Currently what I needed to do is to list out all the new incident using the Incident Rest method. Unfortunately, the method is already deprecated and I have not found any replacement that does similar function.

Will the /orgs/{org_id}/incidents/query_paged be able to query open incident? there is no indication of headers to specify for only open incident
My current method that I want to implement goes like this:
- Request for the incident that are currently open
- Filter the most recent open incident
- Obtain the value inside the incident using the following API method
Process the value within the scripts and save it.
Also, referring to the interactive API swagger file, is there any more details guide to using the SOAR API especially the authentication needed.
------------------------------
Luqman Nur
Techlab
------------------------------