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

Get filters list.

## Example Output

```json theme={"dark"}
{
	"status": "<string>",
	"data": {
		"items_total": 18,
		"items": [
			{
				"id": "<string>",
				"name": "<string>",
				"description": null,
				"rule": "<string>",
				"created_by": "<string>",
				"organization": "<string>",
				"end_time": "2024-10-30T20:30:00.752000+02:00",
				"actions": [
					{
						"id": "<string>",
						"description": null,
						"type": 21,
						"created_by": null,
						"organization": "<string>",
						"data": {
							"template": "<string>"
						},
						"creator_name": null,
						"status": "<string>",
						"status_reason": null
					}
				],
				"is_enabled": false,
				"is_apply_on_existing": false,
				"creator_name": "<string>",
				"dsl_filter": {
					"filter": [
						{
							"field": "<string>",
							"includes": [
								"<string>",
								"<string>"
							]
						},
						{
							"field": "<string>",
							"includes": [
								"<string>",
								"<string>"
							]
						}
					]
				},
				"sonar_query": {},
				"order": 1,
				"create_time": "2025-04-02T02:59:12+00:00",
				"update_time": "2025-04-02T02:59:12+00:00",
				"business_units": [],
				"is_global": true
			},
			{
				"id": "<string>",
				"name": "<string>",
				"description": "<string>",
				"rule": "<string>",
				"created_by": "<string>",
				"organization": "<string>",
				"end_time": "2025-04-02T02:59:12+00:00",
				"actions": [
					{
						"id": "<string>",
						"description": null,
						"type": 21,
						"created_by": null,
						"organization": "<string>",
						"data": {
							"template": "<string>"
						},
						"creator_name": null,
						"status": "<string>",
						"status_reason": null
					}
				],
				"is_enabled": false,
				"is_apply_on_existing": false,
				"creator_name": "<string>",
				"dsl_filter": {
					"filter": [
						{
							"field": "<string>",
							"range": {
								"gt": 14
							}
						},
						{
							"field": "<string>",
							"excludes": [
								"<string>"
							]
						}
					]
				},
				"sonar_query": {},
				"order": 0,
				"create_time": "2024-10-01T11:58:55.546458+03:00",
				"update_time": "2024-10-30T21:15:00.068467+02:00",
				"business_units": [],
				"is_global": true
			}
		],
		"limit": 16
	}
}
```

## Workflow Library Example

[List Rules with Orca Security and Send Results Via Email](https://library.blinkops.com/workflows/list-rules-with-orca-security-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-rules-with-orca-security-and-send-results-via-email/canvas" />
</div>
