Assets
Group assets by filters for an enumeration
GET
/
v1
/
asset
/
enumerate
/
{enumerate_id}
/
filters
Authorizations
X-API-Key
string
headerrequiredHeaders
X-Team-Id
string
Retrieve the Team ID from: https://cloud.projectdiscovery.io/settings/team
Path Parameters
enumerate_id
string
requiredQuery Parameters
offset
integer
The number of items to skip before starting to collect the result set
limit
integer
The numbers of items to return
host
string
port
string
ip
string
cname
string
technologies
string
status_code
string
content_length
string
domain
string[]
title
string
webserver
string
favicon
string
group_by
enum<string>
requiredGroup by type. e.g. - host, port, favicon.
Available options:
host
, port
, ip
, cname
, technologies
, status_code
, content_length
, title
, webserver
, favicon
, domain
sort_asc
string
supported sort fields [count]
sort_desc
string
supported sort fields [count]
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/json
message
string
requiredcurrent_page
integer
requiredresult_count
integer
requiredtotal_results
integer
requiredtotal_pages
integer
requireddata
object[]
requiredWas this page helpful?