v43

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

Request scan reports CSV export

Asynchronously initiates generation of a CSV scan report containing all scan results for the given time range. Returns an ephemeral job ID that can be used to check the status of the export and download the file. File is stored for 30 days once generated.

Constraints:

  • Both time[gte] and time[lte] are required
  • Date range cannot exceed 31 days
  • Dates must be in RFC3339 format (e.g., 2023-01-01T00:00:00Z)
  • Only scans with status "done" will be included in the export
post/scan/v3/reports/csv

Query parameters

gtestring date-time required

Start of time range (RFC3339 format)

ltestring date-time required

End of time range (RFC3339 format, max 31 days from gte)

Time range for scan results (both gte and lte are required, max 31 day range)

Response

CSV export initiated