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

# List Policies

Returns a list of policies. Requires STANDARD \[32] 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/policies-list).
</Note>

## Example Output

```json theme={"dark"}
{
	"value": {
		"policies": [
			{
				"creation_date": 1545938690,
				"description": "An example policy.",
				"id": 43,
				"last_modification_date": 1545938690,
				"name": "Test Policy 1",
				"no_target": "false",
				"owner": "api@api.demo",
				"owner_id": 3,
				"shared": 1,
				"template_uuid": "d684f1a6-bcf1-4a24-9bac-4a3b9bab086bd24bd260ef5f9e66",
				"user_permissions": 128,
				"visibility": "shared"
			},
			{
				"creation_date": 1545938735,
				"description": "An example policy using the Shellshock template.",
				"id": 44,
				"last_modification_date": 1545938735,
				"name": "Test Policy 2",
				"no_target": "false",
				"owner": "api@api.demo",
				"owner_id": 3,
				"shared": 1,
				"template_uuid": "41df2f51-8214-4a9e-b0e9-cd560ad1949f08a510a44374a167",
				"user_permissions": 128,
				"visibility": "shared"
			}
		]
	}
}
```

## Workflow Library Example

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