Exporting Compliance Reports
Compliance Service exports reports in ZIP format, including HTML, CSV, Excel files, and metadata.
TOC
Export Reports for ScanExport the Latest Scan ReportExport a Historical Scan ReportExport Reports for ScanSuiteExport the Latest ScanSuite ReportExport a Historical ScanSuite ReportExport Reports with CURLExport a Scan Report with CURLExport a ScanSuite Report with CURLExport Reports for Scan
Export the Latest Scan Report
The Scan ZIP file contains:
report.html- Multiple tabs: Overview, Rule Summary, and each nodereport.xls- Multiple sheetsreport.csv- Segmented datametadata.txt- ScanID, filter criteria, and statistics
Export a Historical Scan Report
Export Reports for ScanSuite
Export the Latest ScanSuite Report
The ScanSuite ZIP file contains aggregated CSV and Excel outputs, metadata, and each child Scan report.
Export a Historical ScanSuite Report
Export Reports with CURL
You can also export reports using CURL with bearer token authentication.
Export a Scan Report with CURL
Export a ScanSuite Report with CURL
Note:
- The
-d '{}'is required because the API expects a POST body. - Use
--output <file>to save the binary ZIP and avoid terminal noise.