GET
/
v1
/
asset
/
enumerate
/
export
curl --request GET \
  --url https://api.projectdiscovery.io/v1/asset/enumerate/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

Query Parameters

async
boolean
format
enum<string>
Available options:
raw,
json,
csv

Search on the content name

labels
string

Filter by comma separated labels, e.g-> labels=p1,p2

is_new
boolean

Filter by new content

host
string

Filter by comma separated labels, e.g-> host=p1,p2

port
string

Filter by port separated labels, e.g-> port=p1,p2

status_code
string

Filter by status code separated labels, e.g-> status_code=p1,p2

title
string

Filter by title separated labels, e.g-> title=p1,p2

content_length
string

Filter by content length separated labels, e.g-> content_length=p1,p2

domain
string

Filter by domain names separated labels, e.g-> domain=domain1.com,domain2.com

cname
string

cname to filter

technologies
string

technologies to filter

sort_asc
string

comma separated ascending sorting e.g sort_asc=created_at,name

sort_desc
string
time
enum<string>

time filter to select

Available options:
last_day,
last_week,
last_month,
last_3_months,
last_6_months,
last_12_months,
all_time
start_date
string

time filter start date

end_date
string

time filter end date

Response

200
application/octet-stream
OK

The response is of type string.