Skip to main content
GET
Get Issues for Scan

Authorizations

CORGEA-TOKEN
string
header
required

API key for authentication

Path Parameters

scan_id
string<uuid>
required

The ID of the scan

Query Parameters

page
integer
default:1

The page number for pagination

page_size
integer
default:20

The number of results per page

Required range: x <= 50
urgency
string

Filter by urgency levels (comma-separated). Valid values: CR, HI, ME, LO

status
string

Filter by status (comma-separated). Valid values: fixed, false_positive, accepted_risk, open, fix_in_progress, duplicate

show_false_positives
boolean
default:false

Include issues marked as false positives (manual or AI). By default false positives are excluded.

include_reachability
boolean
default:false

Include endpoint reachability summary for each issue.

language
string

Filter by programming language (case-insensitive)

file_path
string

Filter by file path (partial match)

classification
string

Filter by classification/CWE (partial match)

sla_status
string

Filter by SLA status (comma-separated). Valid values: overdue, escalated

sort_by
enum<string>

Sort results by field (prefix with '-' for descending order)

Available options:
created_at,
-created_at,
urgency,
-urgency,
status,
-status,
classification,
-classification

Response

Issues retrieved successfully

status
string
Example:

"ok"

page
integer
total_pages
integer
total_issues
integer
issues
object[]