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

Fetches information about a specific domain.

<Note>
  External Documentation

  To learn more, visit the [Cisco Domain Protection documentation](https://apidoc.appc.cisco.com/reference/domains_show).
</Note>

## Parameters

<div className="integrations-table">
  | Parameter | Description                                                                                     |
  | --------- | ----------------------------------------------------------------------------------------------- |
  | Domain ID | The ID of the domain to fetch information for. Can be retrieved form the 'List Domains' action. |
</div>

## Example Output

```json theme={"dark"}
{
	"version": 1,
	"status": "ok",
	"code": 200,
	"domain": {
		"id": 123,
		"created_at": "2019-07-23 11:12:13.141516+00:00",
		"updated_at": "2020-08-01 18:06:49.902724+00:00",
		"dmarc_policy": "reject",
		"dmarc_txt_record": "v=DMARC1; p=reject; sp=reject; ri=3600; rua=mailto:test-org@rua.example.com; ruf=mailto:test-org@ruf.example.com; fo=1",
		"dmarc_updated_at": "2020-08-01 16:02:33.902724+00:00",
		"dmarc_invalid": null,
		"spf_record": "v=spf1 include:spf2.example.com -all",
		"spf_updated_at": "2020-08-01 18:06:49.902724+00:00",
		"spf_invalid": null,
		"defensive": false,
		"third_party": false,
		"is_primary": true,
		"progress_state": "complete",
		"domain": "foo.example.com",
		"unicode_domain": "foo.example.com",
		"notes": "do not delete this domain",
		"domain_sets": [
			{
				"id": 27,
				"name": "Corporate Domains"
			}
		]
	}
}
```

## Workflow Library Example

[Get Domain with Cisco Domain Protection and Send Results Via Email](https://library.blinkops.com/workflows/get-domain-with-cisco-domain-protection-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-domain-with-cisco-domain-protection-and-send-results-via-email/canvas" />
</div>
