Bulk export assets
export_assetsBulk-export full Tenable OT asset records for offline analysis, inventory reconciliation, or feeding downstream systems.
Instructions
Bulk asset export via Tenable OT's export API. Returns full asset records for offline analysis, inventory reconciliation, or feeding another system.
PREFER query_assets for interactive questions — it is far lower latency, supports the natural-vocabulary filters, and returns a trimmed projection that is cheaper to read. Use this tool when you genuinely need whole records in bulk.
search is a single-term substring. Structured export filters take a filter shape pyTenable's own documentation does not specify, so they are not exposed rather than guessed.
READ-ONLY. High latency on large deployments.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| search | No | ||
| sort_by | No | ||
| start_at | No | ||
| descending | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||