Added

Vulnerability Management: List Recent Scan Exports

Tenable has added a new List scan exports API endpoint in Tenable Vulnerability Management. This endpoint returns a list of scan exports generated within the past 30 days that you are authorized to view.

You can use this endpoint to monitor the status of scan export requests, determine when an export is ready for download, or troubleshoot errors that occurred during export generation.

The following is an example response from the new endpoint:

[
  {
    "export_id": "SSEUF-db102b5c-3b5c-4332-8538-e884c1c13908-C:edb54c4-b0c-3d9-265-d79ebc666c6-html",
    "scan_uuid": "db102b5c-3b5c-4332-8538-e884c1c13908",
    "schedule_id": "503",
    "schedule_uuid": "379bed2d-f8e3-9c3e-66a9-5fa20a04175df74cb55a4f7f8a23",
    "ready": true,
    "error": false,
    "format": "html",
    "metadata": {
      "created_at": "2026-02-18T15:05:11.167Z",
      "updated_at": "2026-02-18T15:05:11.167Z",
      "ready_at": "2026-02-18T15:10:15.352Z",
      "created_by": "7f46340d-17cc-4760-b170-9fd0954f03e0",
      "chapters": "vuln_hosts_summary",
      "file_size": 12345,
      "num_chunks": 5
    }
  }
]

For more information about scan exports, see Export Scan Results in the Tenable Vulnerability Management User Guide.