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

Get a list of all playbooks.

<Note>
  External Documentation

  To learn more, visit the [Intel Owl documentation](https://intelowlproject.github.io/docs/pyintelowl/IntelOwlClass/#docs.Submodules.pyintelowl.pyintelowl.IntelOwl.get_all_playbooks).
</Note>

## Example Output

```json theme={"dark"}
{
	"count": 15,
	"total_pages": 2,
	"results": [
		{
			"id": 1,
			"type": [
				"domain"
			],
			"analyzers": [
				"AdGuard",
				"Classic_DNS",
				"CloudFlare_DNS",
				"CloudFlare_Malicious_Detector",
				"DNS0_EU",
				"DNS0_EU_Malicious_Detector",
				"Google_DNS",
				"Quad9_DNS",
				"Quad9_Malicious_Detector",
				"UltraDNS_DNS",
				"UltraDNS_Malicious_Detector"
			],
			"connectors": [],
			"pivots": [],
			"visualizers": [
				"DNS"
			],
			"runtime_configuration": {
				"pivots": {},
				"analyzers": {},
				"connectors": {},
				"visualizers": {}
			},
			"scan_mode": 2,
			"scan_check_time": "1:00:00:00",
			"tags": [],
			"tlp": "AMBER",
			"weight": 0,
			"is_editable": false,
			"for_organization": false,
			"name": "Dns",
			"description": "Retrieve information from DNS about the domain",
			"disabled": false,
			"starting": true,
			"owner": null
		},
		{
			"id": 15,
			"type": [
				"hash"
			],
			"analyzers": [
				"VirusTotalv3SampleDownload"
			],
			"connectors": [],
			"pivots": [],
			"visualizers": [
				"Download_File"
			],
			"runtime_configuration": {
				"pivots": {},
				"analyzers": {},
				"connectors": {},
				"visualizers": {}
			},
			"scan_mode": 2,
			"scan_check_time": "14:00:00:00",
			"tags": [],
			"tlp": "AMBER",
			"weight": 0,
			"is_editable": false,
			"for_organization": false,
			"name": "Download_File_VT",
			"description": "Download a sample from VT",
			"disabled": false,
			"starting": true,
			"owner": null
		}
	]
}
```

## Workflow Library Example

[List Playbooks with Intel Owl and Send Results Via Email](https://library.blinkops.com/workflows/list-playbooks-with-intel-owl-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-playbooks-with-intel-owl-and-send-results-via-email/canvas" />
</div>
