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
| 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"}. |