> ## Documentation Index
> Fetch the complete documentation index at: https://docs.blinkops.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Get Vulnerabilities Export Status

Returns the status of a vulnerability 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.

**Note:** Output for an individual plugin is limited to 1,024 KB (1 MB). Requires ADMINISTRATOR \[64] user permissions. See [Permissions](https://developer.tenable.com/docs/permissions).

<Note>
  External Documentation

  To learn more, visit the [Tenable documentation](https://developer.tenable.com/reference/exports-vulns-export-status).
</Note>

## Parameters

<div className="integrations-table">
  | Parameter   | Description                                                                                                                                                         |
  | ----------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
  | Export Uuid | The unique identifier of an export request. This value corresponds to the value returned in the [/vulns/export](ref:exports-vulns-request-export) response message. |
</div>

## Example Output

```json theme={"dark"}
{
	"value": {
		"chunks_available": [],
		"chunks_available_count": 0,
		"chunks_cancelled": [],
		"chunks_failed": [],
		"created": 1616117745174,
		"empty_chunks_count": 0,
		"filters": {
			"first_found": 0,
			"first_seen": 0,
			"indexed_at": 0,
			"last_fixed": 0,
			"last_found": 0,
			"last_seen": 0,
			"since": 1519025683,
			"state": [
				"OPEN",
				"REOPENED"
			],
			"tags": {}
		},
		"finished_chunks": 0,
		"num_assets_per_chunk": 50,
		"status": "FINISHED",
		"total_chunks": 0,
		"uuid": "b22a7871-7d5c-479e-a326-93af37cc285d"
	}
}
```

## Workflow Library Example

[Get Vulnerabilities Export Status with Tenable and Send Results Via Email](https://library.blinkops.com/workflows/get-vulnerabilities-export-status-with-tenable-and-send-results-via-email)

<div className="iframe-wrapper">
  <div className="iframe-media">
    <img src="https://mintcdn.com/blinkops-2/ojHYuDeYX5FWuN8a/img/Icons/play-box.svg?fit=max&auto=format&n=ojHYuDeYX5FWuN8a&q=85&s=b8af968e71438a9499c3223c9bd29fb2" alt="Workflow Library" width="16" height="16" data-path="img/Icons/play-box.svg" />

    Preview this Workflow on desktop
  </div>

  <iframe className="iframe" src="https://library.blinkops.com/workflows/get-vulnerabilities-export-status-with-tenable-and-send-results-via-email/canvas" />
</div>
