added

Tenable One: Inventory Export Compression

Tenable has added a new boolean query parameter, compress, to the Tenable One Inventory Export assets and Export findings endpoints. This parameter enables GZIP compression for exported files.

When set to true, the exported file is compressed using GZIP. The compressed file retains its original format (CSV or JSON) but is smaller in size, which helps reduce download time and storage requirements. You must decompress the file with a standard GZIP tool before processing. This option is particularly useful for large exports or limited-bandwidth environments.

This update affects the following endpoints:

EndpointNameChange
POST /api/v1/t1/inventory/export/assetsExport assetsAdded the compress query parameter to enable optional GZIP compression.
POST /api/v1/t1/inventory/export/findingsExport findingsAdded the compress query parameter to enable optional GZIP compression.