GET
/
v1
/
asset
/
enumerate
/
{enum_id}
/
export
Export Enumeration
curl --request GET \
  --url https://api.projectdiscovery.io/v1/asset/enumerate/{enum_id}/export \
  --header 'X-API-Key: <api-key>'
"<string>"

Authorizations

X-API-Key
string
header
required

Headers

X-Team-Id
string

Path Parameters

enum_id
string
required

Query Parameters

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

Search by string

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 hosts, e.g-> host=p1,p2

domains
string

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

port
string

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

status_code
string

Filter by comma separated status codes, e.g-> status_code=p1,p2

title
string

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

content_length
string

Filter by comma separated content lengths, e.g-> content_length=p1,p2

cname
string

cname to filter

technologies
string

technologies to filter

ip
string

ips to filter

custom_filter
string

custom query to filter. double encode the query string.

is_screenshot
boolean

Return records that have screenshots

is_tech
boolean

Return records that have technologies

is_favicon
boolean

Return the records that have favicon

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<date>

time filter start date

end_date
string<date>

time filter end date

favicon
string

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

only_dns
boolean

Query only dns FQDN records

only_ip
boolean

Query only dns IP records

Response

200
application/octet-stream

OK

The response is of type string.