results

Get Results Stats

Get user scan results stats

get/v1/scans/results/stats

Query parameters

offsetinteger

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

limitinteger

The numbers of items to return

hoststring

comma separated host e.g. hosts=https://example.com,https://x.com

domainstring

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

portstring

comma separated ports e.g. ports=80,443

templatesstring

comma separated templates e.g. templates=tech-detect,azure-takeover

severitystring

comma separated severity e.g. severities=info,high

searchstring

search term

scan_idstring

specific scan_id results filters

timestring

filter by time ( last_day, last_week, last_month )

vuln_statusstring

comma separated vuln_status e.g vuln_status=open,fixed

tagsstring

comma separated tags e.g tags=xss,cve

not_hostsstring

comma separated hosts that should not be returned e.g. not_hosts=https://example.com,https://x.com

not_severitystring

comma separated severity that should not be returned e.g. not_severity=info,high

not_templatesstring

comma separated templates that should not be returned e.g. not_templates=tech-detect,azure-takeover

labelsstring

filter by comma separated labels e.g labels=p1,p2

categorystring

filter by comma separated categories e.g category=cve,xss

is_regressionboolean

filter by is_regression

is_internalboolean

filter by is_internal (internal vs external hosts)

start_datestring date

time filter start date

end_datestring date

time filter end date

Headers

X-Team-Idstring

Response

Example response

messagestring required

Changes