Get scan results
Retrieve structured JSON results for a scan UUID.
Get scan results
Returns consolidated JSON findings for a scan, with optional filtering by scanner/tool type.Query parameters
tool(optional): filter returned findings by scanner category
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Query Parameters
Filter results by tool type (e.g. 'vulnerability_scanner', 'port_scanner', 'reconnaissance_scanner')
Response
Successful Response
Full JSON results for a completed or in-progress scan.
Attributes:
uuid: Scan identifier.
domain: Target domain.
status: Current scan status.
mode: Scan mode ("full" or "discovery").
start_time: Scan start timestamp.
end_time: Scan end timestamp (if finished).
url: Resolved URL for the target domain.
results: List of individual scanner result objects.
summary: High-level counts and metadata.
