Hi Nischal.
There are a couple of things to be aware of.
First of all, there is a bug in the incident management skill. I'm working on getting an updated skill posted to resolve it but you can make the change yourself in the web service that you've downloaded when you imported the skill.
Go to the System tab and select Web API Services. Open the ServiceNow Incident Management API service and change the URL path for the Retrieve Incidents>Request to the value "/now/table/incident?[sysparm_query]&[name-value pairs]&[sysparm_display_value]&[sysparm_exclude_reference_link]&[sysparm_fields]&[sysparm_limit]&[sysparm_offset]&[sysparm_query_no_domain]&[sysparm_suppress_pagination_header]&[sysparm_view]".
Once you've made the mod, I encourage you to get familiar with the REST API documentation that you'll find on the ServiceNow developer home page. The URL can be found in the incident management skill readme doc.
Having said this, I can tell you that if you (after correcting the URL in the web API) put "incident_state=1" in sysparm_query parameter, you should get the "new" incidents.
------------------------------
Jack Look
Sr Product Consultant
Blue Prism
------------------------------