Skip to main content
GET
Get All Enumeration Contents

Authorizations

X-API-Key
string
header
required

Headers

X-Team-Id
string

Query Parameters

offset
integer
default:0

The number of items to skip before starting to collect the result set

time
enum<string>
default:all_time

time filter to select

Available options:
last_day,
last_week,
last_month,
last_3_months,
last_6_months,
last_12_months,
all_time
limit
integer

The numbers of items to return

is_tech
boolean

Return records that have technologies

is_favicon
boolean

Return the records that have favicon

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

ip
string

ips to filter

sort_asc
string

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

sort_desc
string

comma separated descending sorting e.g sort_desc=created_at,name

custom_filter
string

custom query to filter. double encode the query string.

is_screenshot
boolean

asset with screenshots

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

is_internal
boolean

filter by is_internal (internal vs external hosts)

not_seen_for_days
integer

Return assets that haven't been seen in the last N days. An asset is only included if a scan that covers it has run during that period without rediscovering it, so assets that simply haven't been rescanned recently are not matched.

Required range: x >= 1

Response

Example response

message
string
required
data
EnumerationContent · object[]
required