Retrieve structured JSON results for a scan UUID.
tool (optional): filter returned findings by scanner categoryBearer authentication header of the form Bearer <token>, where <token> is your auth token.
Filter results by tool type (e.g. 'vulnerability_scanner', 'port_scanner', 'reconnaissance_scanner')
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.