Authorizations
Authentication token obtained via Altostrat platform login.
Path Parameters
The UUID (database ID / S3 key) of the specific scan instance.
Response
Scan result summary details.
Summary information about a completed or running scan instance. Data primarily derived from S3 object metadata.
The unique identifier (database UUID) for this scan instance.
The UUID of the schedule that triggered this scan.
User-friendly identifier for the scan instance (e.g., ABC-DEF-GHI).
"XYZ-123-RTY"
List of Site UUIDs that were targeted in this scan run.
Timestamp when the scan instance started.
Timestamp when the scan instance finished (null if running or failed before completion).
Human-readable duration of the scan (approximate).
"2 hours 15 minutes"
Indicates if the scan is currently considered running (based on S3 metadata, may have latency).
Total scan time in minutes across all sites (sum of individual site scan times).
Wall-clock duration in minutes from start to finish of the entire scan instance.
Average CVSS score of all vulnerabilities found.
Highest CVSS score among all vulnerabilities found.
Total number of CVE instances found across all hosts.
Ratio of total CVE instances to unique CVE IDs (cve_count / unique_cves).
Number of unique CVE IDs found.
Total number of open ports discovered across all hosts.
Percentage of targeted sites that completed scanning (successfully or failed).
Percentage of targeted sites that failed during the scan.
Number of unique hosts (IP addresses) identified during the scan.
Number of unique service ports (port-protocol combination) found open.
Number of unique hosts found with at least one CVE.
Number of sites where at least one host had a CVE.
Pre-signed URL to download the full JSON report from S3.
Relative URL fragment to access CloudWatch logs for this scan instance within the Altostrat UI.
"/logs?group=cve-scan-log&streams=...&start=...&end=...&filter=..."
Pre-signed URL to download a PDF summary report from S3.