Skip to main content

Export Assets

Exports all assets that match the request criteria.

For more information on using this endpoint, see guidelines and limitations described in Retrieve Asset Data from Tenable.io.

note

Requires ADMINISTRATOR [64] user permissions. See Permissions.

External Documentation

To learn more, visit the Tenable documentation.

Basic Parameters

ParameterDescription
Chunk SizeSpecifies the number of assets per exported chunk. The range is 100-10000. If you specify a value outside of that range, Tenable.io returns a 400 error.

Note: Using smaller chunks size can improve performance. Tenable does not recommend using a chunk size larger than 5000 as the potential for an error increases above this amount.
Filter By Creation DateReturns all assets created later than the date specified. The specified date must be in the Unix timestamp format.
Filter By Deletion DateReturns all assets deleted later than the date specified. The specified date must in the Unix timestamp format.

Advanced Parameters

ParameterDescription
Is DeletedWhen set to true, returns assets which have any value for the deleted_at attribute.
Is TerminatedWhen set to true, returns assets which have any value for the terminated_at attribute.

Example Output

{
"value": {
"export_uuid": "60a26f04-c844-49a6-b67b-995a6ed79471"
}
}

Workflow Library Example

Export Assets with Tenable and Send Results Via Email

Workflow LibraryPreview this Workflow on desktop