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

# Get Playbook

Get detailed information about a specific playbook.

<Note>
  External Documentation

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

## Parameters

<div className="integrations-table">
  | Parameter     | Description                           |
  | ------------- | ------------------------------------- |
  | Playbook Name | The name of the playbook to retrieve. |
</div>

## Example Output

```json theme={"dark"}
{
	"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
}
```

## Workflow Library Example

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