Returns the status of an assets export request. Tenable.io processes the chunks in parallel so the chunks may not complete in order, and the chunk IDs may not be arranged sequentially in the completed output. Requires ADMINISTRATOR [64] user permissions.
External DocumentationTo learn more, visit the Tenable documentation.

Parameters

ParameterDescription
Export UUIDThe UUID for the export request.

Example Output

{
	"value": {
		"chunks_available": [
			1,
			2,
			3,
			4
		],
		"status": "FINISHED"
	}
}

Workflow Library Example

Get Asset Export Status with Tenable and Send Results Via Email
Workflow LibraryPreview this Workflow on desktop