v1

latestOpenAPI 3.1.02026-07-13125160383.6 KB
enumerations

Export Enumeration

Export the list of discovered assets for an enumeration.

get/v1/asset/enumerate/{enum_id}/export

Query parameters

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.

format'raw' | 'json' | 'csv'
searchstring

Search by string

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

domainsstring

Filter by comma separated domains, e.g-> domains=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

technologiesstring

technologies to filter

ipstring

ips to filter

custom_filterstring

custom query to filter. double encode the query string.

is_screenshotboolean

Return records that have screenshots

is_techboolean

Return records that have technologies

is_faviconboolean

Return the records that have favicon

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

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

Headers

X-Team-Idstring

Response

OK