> ## 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.

# Export Vulnerabilities

Exports vulnerabilities that match the request criteria. Requires ADMINISTRATOR \[64] user permissions.

<Note>
  External Documentation

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

## Basic Parameters

<div className="integrations-table">
  | Parameter            | Description                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               |
  | -------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
  | Asset Count          | Specifies the number of assets used to chunk the vulnerabilities. The vulnerabilities export is split up by number of asset IDs in a chunk. The exported data of a chunk is the sum of all the vulnerabilities for each asset in that chunk. The range for number of assets in a chunk is a minimum of 50 (the default size) to a maximum of 5,000. If you specify a value outside this range, the system uses the upper or lower-bound value.                                                                                                                            |
  | Filter By CIDR Range | Restricts search for vulnerabilities to assets assigned an IP address within the specified CIDR range. For example, 0.0.0.0/0 restricts the search to 0.0.0.1 and 255.255.255.254.                                                                                                                                                                                                                                                                                                                                                                                        |
  | Filter By Network ID | The ID of the network object associated with scanners that detected the vulnerabilities you want to export. The default network ID is `00000000-0000-0000-0000-000000000000`. To determine the ID of a custom network, use the [GET /networks](ref:networks-list) endpoint. For more information about network objects, see [Manage Networks](https://developer.tenable.com/docs/manage-networks-tio).                                                                                                                                                                    |
  | Severity             | The severity of the vulnerabilities to include in the export. Defaults to all severity levels. The severity of a vulnerability is defined using the Common Vulnerability Scoring System (CVSS) base score. Supported array values are:<br /> - info—The vulnerability has a CVSS score of 0.<br /> - low—The vulnerability has a CVSS score between 0.1 and 3.9.<br /> - medium—The vulnerability has a CVSS score between 4.0 and 6.9.<br /> - high—The vulnerability has a CVSS score between 7.0 and 9.9.<br /> - critical—The vulnerability has a CVSS score of 10.0. |
</div>

## Advanced Parameters

<div className="integrations-table">
  | Parameter          | Description                                                                                                                                                                                                                                                      |
  | ------------------ | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
  | First Found        | Returns vulnerabilities that were first found between the specified date (in Unix time) and now.                                                                                                                                                                 |
  | Include Unlicensed | Specifies whether or not to include unlicensed assets. The default is `false` when no parameter is specified.                                                                                                                                                    |
  | Index At           | Returns vulnerabilities that were indexed into Tenable.io at the specified date and time (in Unix time).                                                                                                                                                         |
  | Plugin Type        | The plugin type for which you want to filter the vulnerabilities returned in the vulnerability export. For example, `remote`, `local`, `combined`, etc. If your request omits this parameter, the export includes all vulnerabilities regardless of plugin type. |
</div>

## Example Output

```json theme={"dark"}
{
	"value": {
		"export_uuid": "bf765455-53aa-4e70-9ef3-87cfca1d2be0"
	}
}
```

## Workflow Library Example

[Export Vulnerabilities with Tenable and Send Results Via Email](https://library.blinkops.com/workflows/export-vulnerabilities-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/export-vulnerabilities-with-tenable-and-send-results-via-email/canvas" />
</div>
