Scans
Export Scan Vulnerability
Export a specific scan vulnerability
GET
/
v1
/
scans
/
vuln
/
{vuln_id}
/
export
Authorizations
X-API-Key
string
headerrequiredHeaders
X-Team-Id
string
Retrieve the Team ID from: https://cloud.projectdiscovery.io/settings/team
Path Parameters
vuln_id
string
requiredQuery Parameters
type
enum<string>
json, csv (default json)
Available options:
json
, csv
Response
200 - application/octet-stream
The response is of type string
.
Was this page helpful?