Actions
List Issues
Required scope:
Execute the IssuesTable
query to return a set of Issues. An Issues represents a problem found in a tenant object (like repo, user, db, etc) plus a severity level. Set different filters such as severity, status, or Issue ID.
Repeatedly running this action in loops can cause a decline in the performance of your Wiz tenants.
Parameters
Parameter | Description |
---|---|
Filter By | Filter the results.For example: {"status": ["OPEN","IN_PROGRESS"]} . |
Limit | Number of records to fetch. |
Offset | Pagination cursor. |
Order By | Order the results.For example: {"field": "SEVERITY","direction": "DESC"} . |
Workflow Library Example
List Issues with Wiz and Send Results Via Email
Preview this Workflow on desktop
Was this page helpful?