GET
/
v1
/
scans
/
{scan_id}
/
export
curl --request GET \
  --url https://api.projectdiscovery.io/v1/scans/{scan_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

scan_id
string
required

Query Parameters

async
boolean
type
enum<string>

json, csv, pdf (default json)

Available options:
json,
csv,
pdf

Response

200
application/octet-stream
OK

The response is of type string.