Results
Get Result by scanID
get results of specific scan by id
GET
/
v1
/
scans
/
result
/
{scanId}
Authorizations
X-API-Key
string
headerrequiredPath Parameters
scanId
string
requiredscan specific results (by scanId)
Query Parameters
severity
string
comma separated severity e.g. severity=info,high
search
string
search term
limit
integer
number of results
offset
integer
number of results to skip
templates
string
comma separated templates e.g. templates=tech-detect,azure-takeover
hosts
string
comma separated host e.g. hosts=https://example.com,https://x.com
time
string
filter by time ( last_day, last_week, last_month )
vuln_status
string
comma separated vuln_status e.g vuln_status=open,fixed
Response
200 - application/json
message
string
requiredresults
object[]
requiredstats
object
filters
object
Was this page helpful?