Request supply chain CSV export
Asynchronously initiates generation of a supply chain CSV report containing scan results matching the specified filters. Returns an ephemeral report ID that can be used to check the status of the export and download the file. File is stored for 30 days once generated.
Row Limit: Returns up to 10,000 most recent scan results.
Filtering: Supports the same filtering parameters as the Query endpoint (GET /scan/v3/results).
Sorting: Supports sorting via the sort parameter. Results can be ordered by any CSV column.
Columns: The CSV columns can be customized using the optional column_list query parameter. If not specified, defaults to: name, detections, scanned_on, policy_status, origin, threat_level.
Query parameters
Comma-separated list of columns to include in the CSV export. Allowed values: name, detections, scanned_on, policy_status, origin, region, provider, threat_level. If not specified, defaults to: name, detections, scanned_on, policy_status, origin, threat_level.
Filter by model version IDs (comma-separated)
Filter by model IDs (comma-separated)
Filter scans with start time greater than or equal to this value
Filter scans with start time less than or equal to this value
Filter by severity levels (comma-separated)
Filter by scan status (comma-separated)
Filter by compliance status (comma-separated)
Filter by request source (comma-separated)
Filter by scanner version
Filter by detection category
Filter by model name (supports exact match or contains)
Filter by model source
Only return latest scan result per model version
Filter by asset region
Filter by model provider
Maximum number of results to return
Number of results to skip for pagination
Sort results by specified field. Prefix with - for descending order, + or no prefix for ascending. Supported fields: name, detections, scanned_on, policy_status, origin, region, provider, threat_level, start_time, model_name, severity, status.
Note: If multiple sort parameters are provided, only the first one will be applied.
Response
CSV export initiated