Skip to main content
GET
List Security Issue Groups

Authorizations

CORGEA-TOKEN
string
header
required

API key for authentication

Query Parameters

group_by
enum<string>
default:cwe

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
breakdown
boolean
default:false

Include per-urgency and per-status counts on each group

project
string

Filter issues by project name

repo
string

Filter issues by repository URL

branch
string

Filter issues by branch name

page
integer
default:1

The page number for pagination

page_size
integer
default:20

The number of groups per page

Required range: x <= 100

Response

Issue groups retrieved successfully or no project found

status
string
Example:

"ok"

page
integer
total_pages
integer
total_groups
integer
groups
object[]

A group of issues sharing a CWE classification, returned when group_by is cwe.