Issues
List Security Issue Groups for a Scan
Retrieve a scan’s security issues collapsed into groups with a count per group, so a client can render a summary without downloading every issue. Accepts the same filters as GET /scan//issues.
GET
List Security Issue Groups for a Scan
Authorizations
API key for authentication
Path Parameters
The scan to group issues for
Query Parameters
How to group the issues. cwe groups by CWE classification, file_path groups by the exact file each issue was found in.
Available options:
cwe, file_path Include per-urgency and per-status counts on each group
The page number for pagination
The number of groups per page
Required range:
x <= 100