added
New Time-based Filter for Vulnerability Exports Endpoints
over 4 years ago by Stefan Millett
A new field has been added to allow customers to filter export results and observe the specific time a document has been indexed into the Tenable.io datastore. The new filter is indexed_at.
Utilizing this filter helps alleviate dependencies on filtering by scan time/completion, which may cause race conditions in certain scripts.
This change applies to the following endpoints:
| API Endpoint | Name |
|---|---|
| POST /vulns/export | Export vulnerabilities |
| GET /vulns/export/{export_uuid}/status | Get vulnerabilities export status |
| GET /vulns/export/export_uuid/chunks/chunk_id | Download vulnerabilities chunk |
| GET /vulns/export/status | Get vuln export jobs |
