GET
/
v1
/
scans
/
vuln
/
{vuln_id}
/
export
curl --request GET \
  --url https://api.projectdiscovery.io/v1/scans/vuln/{vuln_id}/export \
  --header 'X-API-Key: <api-key>'
"<string>"

Authorizations

X-API-Key
string
header
required

Headers

X-Team-Id
string

Retrieve the Team ID from: https://cloud.projectdiscovery.io/settings/team

Path Parameters

vuln_id
string
required

Query Parameters

type
enum<string>

json, csv (default json)

Available options:
json,
csv

Response

200
application/octet-stream
OK

The response is of type string.