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

List all registered LQL policies in your Lacework instance.

<Note>
  External Documentation

  To learn more, visit the [Lacework documentation](https://api.lacework.net/api/v2/docs#tag/Policies/paths/~1api~1v2~1Policies/get).
</Note>

## Example Output

```json theme={"dark"}
{
	"data": [
		{
			"policyId": "lacework-global-89",
			"policyType": "Compliance",
			"queryId": "",
			"queryText": "",
			"title": "EC2 instance does not have any tags",
			"enabled": false,
			"description": "Tags allow users to better organize resources and assist the collection of metrics...",
			"remediation": "Perform the following to add tags:\n1. Log in to the AWS Management Console...",
			"severity": "high",
			"alertEnabled": false,
			"alertProfile": "",
			"owner": "Lacework",
			"lastUpdateTime": "2021-05-31T19:00:00.000Z",
			"lastUpdateUser": "Lacework",
			"tags": [
				"framework:aws-lacework-security-1-0",
				"domain:AWS",
				"subdomain:Configuration"
			],
			"exceptionConfiguration": {
				"constraintFields": [
					{
						"fieldKey": "accountIds",
						"dataType": "String",
						"multiValue": true
					},
					{
						"fieldKey": "regionNames",
						"dataType": "String",
						"multiValue": true
					},
					{
						"fieldKey": "resourceNames",
						"dataType": "String",
						"multiValue": false
					},
					{
						"fieldKey": "resourceTags",
						"dataType": "KVTagPair",
						"multiValue": true
					}
				]
			}
		},
		{
			"evaluatorId": "Cloudtrail",
			"policyId": "lacework...",
			"policyType": "Violation",
			"queryId": "LW_Custom_AWS_CTA_AuroraPasswordChange",
			"queryText": "LW_Custom_AWS_CTA_AuroraPasswordChange { SOURCE { CloudTrailRawEvents } FILTER ...",
			"title": "Cloudtrail Policy 2",
			"enabled": false,
			"description": "Cloudtrail Policy 2",
			"remediation": "Policy remediation 2",
			"severity": "medium",
			"limit": 100,
			"evalFrequency": "Hourly",
			"alertEnabled": true,
			"alertProfile": "LW_CloudTrail_Alerts.CloudTrailDefaultAlert_AwsResource",
			"owner": "user@example.com",
			"lastUpdateTime": "2022-10-03T16:23:38.915Z",
			"lastUpdateUser": "user@example.com",
			"tags": [
				"domain:Host",
				"subdomain:Container"
			]
		}
	]
}
```

## Workflow Library Example

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