Skip to main content
GET
/
scan
/
{scan_id}
/
report
Get Scan Report
curl --request GET \
  --url https://www.corgea.app/api/v1/scan/{scan_id}/report \
  --header 'CORGEA-TOKEN: <api-key>'
{}

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 or sarif)

Available options:
sarif,
html
view
string
default:cwe

View type for HTML reports

urgency
enum<string>

Filter by urgency level

Available options:
CR,
HI,
ME,
LO

Response

Report retrieved successfully

SARIF report when format=sarif

I