Retrieve progress and current status for a scan UUID.
status, progress_percentage, current_step, and timestamps when available.Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Successful Response
Detailed status information for a running or completed scan.
Attributes:
uuid: Unique identifier of the scan.
status: Current status (pending, running, completed, error).
mode: Scan mode that was requested.
progress: Human-readable progress string.
progress_percentage: Numeric progress from 0 to 100.
current_step: Name of the pipeline step currently executing.
start_time: Timestamp when the scan was initiated.
end_time: Timestamp when the scan finished (if applicable).
error: Error message if the scan failed.
scan_directory: Filesystem path to the scan output directory.