v43

latestOpenAPI 3.1.0raw.githubusercontent.com2026-07-0953227392.1 KB
model-scanner_other

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.

post/scan/v3/reports/supply-chain/csv

Query parameters

column_liststring

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.

model_version_idsstring[]

Filter by model version IDs (comma-separated)

model_idsstring[]

Filter by model IDs (comma-separated)

start_timestring date-time

Filter scans with start time greater than or equal to this value

end_timestring date-time

Filter scans with start time less than or equal to this value

'critical' | 'high' | 'medium' | 'low' | 'none' | 'unknown'

The highest severity of any detections on the scan.

OR
'critical' | 'high' | 'medium' | 'low' | 'unknown' | 'safe'

The highest severity of any detections on the scan, including "safe". Use .summary.highest_severity instead.

Filter by severity levels (comma-separated)

statusstring[]

Filter by scan status (comma-separated)

compliance_statusstring[]

Filter by compliance status (comma-separated)

request_sourceScanJobRequestSource[]

Filter by request source (comma-separated)

scanner_versionstring

Filter by scanner version

detection_categorystring

Filter by detection category

eqstring

Exact match

containsstring

Case-insensitive partial match

Filter by model name (supports exact match or contains)

eq'adhoc'

Filter by model source

latest_per_model_version_onlyboolean

Only return latest scan result per model version

regionstring

Filter by asset region

providerstring

Filter by model provider

limitinteger

Maximum number of results to return

offsetinteger

Number of results to skip for pagination

sortstring[]

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