Issues
List Security Issue Groups
Retrieve 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 /issues. Drill into a group by re-issuing those filters against GET /issues with cwe or file_path_exact.
GET
List Security Issue Groups
Authorizations
API key for authentication
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
Filter issues by project name
Filter issues by repository URL
Filter issues by branch name
The page number for pagination
The number of groups per page
Required range:
x <= 100