Export filtered scan results
curl --request POST \ --url https://api.projectdiscovery.io/v1/scans/{scan_id}/export \ --header 'Content-Type: application/json' \ --header 'X-API-Key: <api-key>' \ --data '{ "ids": [ "<string>" ], "vuln_status": "<string>", "severity": [ "<string>" ], "host": [ "<string>" ], "template": [ "<string>" ], "search": "<string>" }'
"<string>"
Retrieve the Team ID from: https://cloud.projectdiscovery.io/settings/team
json, csv, pdf (default json)
json
csv
pdf
OK
The response is of type string.
string
Was this page helpful?