v1

latestOpenAPI 3.1.02026-07-13125160383.6 KB
enumerations

Get Enumeration Contents

Get enumeration content by enumerate_id

get/v1/asset/enumerate/{enumerate_id}/contents

Query parameters

offsetinteger

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

limitinteger

The numbers of items to return

is_techboolean

Return records that have technologies

is_faviconboolean

Return the records that have favicon

searchstring

Search on the content name

labelsstring

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

is_newboolean

Filter by new content

hoststring

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

portstring

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

status_codestring

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

titlestring

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

content_lengthstring

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

cnamestring

cname to filter

domainstring

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

technologiesstring

technologies to filter

ipstring

ips to filter

sort_ascstring

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

sort_descstring

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

is_screenshotboolean

asset with screenshots

time'last_day' | 'last_week' | 'last_month' | 'last_3_months' | 'last_6_months' | 'last_12_months' | 'all_time'

time filter to select

start_datestring date

time filter start date

end_datestring date

time filter end date

custom_filterstring

custom query to filter. double encode the query string.

faviconstring

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

only_dnsboolean

Query only dns FQDN records

only_ipboolean

Query only dns IP records

is_internalboolean

filter by is_internal (internal vs external hosts)

not_seen_for_daysinteger

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.

Headers

X-Team-Idstring

Response

Example response

messagestring required