GET
/
v1
/
scans
/
{scan_id}
/
asset
/
export
Export list of unique assets for a scan
curl --request GET \
  --url https://api.projectdiscovery.io/v1/scans/{scan_id}/asset/export \
  --header 'X-API-Key: <api-key>'
"<string>"

Authorizations

X-API-Key
string
header
required

Path Parameters

scan_id
string
required

Query Parameters

Search with host or port

format
string

supported format is csv, json, or raw (default json)

Response

200
application/octet-stream

OK

The response is of type string.