GET
/
v1
/
scans
/
asset
/
export
Export list of unique assets scanned in current month
curl --request GET \
  --url https://api.projectdiscovery.io/v1/scans/asset/export \
  --header 'X-API-Key: <api-key>'
"<string>"

Authorizations

X-API-Key
string
header
required

Headers

X-Team-Id
string

Query Parameters

Search with host or port

format
string

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

start_date
string<date>

Start date of the range. If not provided, it will be the first day of the current billing cycle.

end_date
string<date>

End date of the range. If not provided, it will be the last day of the current billing cycle.

type
enum<string>

Type of asset to filter by. Supported values are host, if not provided, it will return all assets.

Available options:
host

Response

200
application/octet-stream

OK

The response is of type string.