Skip to main content
GET
Get Scan Report

Authorizations

CORGEA-TOKEN
string
header
required

API key for authentication

Path Parameters

scan_id
string<uuid>
required

The ID of the scan

Query Parameters

format
enum<string>
default:sarif

Report format (html, sarif, markdown, or pdf)

Available options:
sarif,
html,
markdown,
pdf
view
string
default:cwe

View type for HTML reports

urgency
enum<string>[]

Repeatable urgency filter. PDF reports accept CR, HI, ME, and LO.

Available options:
CR,
HI,
ME,
LO
classification
string[]

Repeatable finding classification filter for PDF reports. Matching is case-insensitive and accepts prefixes such as CWE-79.

job
string<uuid>

PDF export job ID returned in a 202 response. Poll the same endpoint with format=pdf and this job value until the report is ready.

Response

Report retrieved successfully

SARIF report when format=sarif