Skip to main content

List Issues

Required scope: read:issues

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.

Note

Repeatedly running this action in loops can cause a decline in the performance of your Wiz tenants.

Parameters

ParameterDescription
Filter ByFilter the results.
For example: {"status": ["OPEN","IN_PROGRESS"]}.
LimitNumber of records to fetch.
OffsetPagination cursor.
Order ByOrder the results.
For example: {"field": "SEVERITY","direction": "DESC"}.

Workflow Library Example

List Issues with Wiz and Send Results Via Email

Workflow LibraryPreview this Workflow on desktop