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

# View Record Details

Returns configuration details of the specified DNS record.

<Note>
  External Documentation

  To learn more, visit the [IBM NS1 Connect documentation](https://developer.ibm.com/apis/catalog/ns1--ibm-ns1-connect-api/api/API--ns1--ibm-ns1-connect-api#getRecord).
</Note>

## Parameters

<div className="integrations-table">
  | Parameter   | Description                                                                                                                    |
  | ----------- | ------------------------------------------------------------------------------------------------------------------------------ |
  | Domain Name | Domain to which the record applies. <br />**Note**: This may be the same as the zone FQDN or one of its associated subdomains. |
  | Record Type | Type of DNS record.                                                                                                            |
  | Version     | Unique ID of the zone version. Do not include if requesting the current (active) zone version.                                 |
  | Zone Name   | Unique name of the zone. This may be the same as the zone FQDN. Can be obtained by using the `List Zones` action.              |
</div>

## Example Output

```json theme={"dark"}
{
	"answers": [
		{
			"answer": [
				"hiuwtuma"
			],
			"id": "4587061034090496",
			"meta": {
				"id": 859605563342848
			},
			"region": "obokaebo",
			"feeds": [
				{
					"source": "ipmesgah",
					"feed": "feptosc"
				}
			]
		}
	],
	"domain": "tomedivom.ru",
	"filters": [
		{
			"disabled": false,
			"filter": "recabap",
			"config": {
				"eliminate": false
			}
		}
	],
	"link": "fugt",
	"meta": {
		"id": 7828951334387712
	},
	"networks": [
		39811774
	],
	"regions": {
		"id": 3706618764066816
	},
	"tier": -2464943,
	"ttl": -50167331,
	"override_ttl": false,
	"type": "ifolewaosfalbiha",
	"use_client_subnet": true,
	"zone": "tantici",
	"zone_name": "Georgia Miller",
	"blocked_tags": [
		"fevd"
	],
	"local_tags": [
		"ujoleta"
	],
	"tags": {
		"id": 8686193879285760
	},
	"feeds": [
		{
			"source": "reegnirbijutepc",
			"feed": "febilahejlarofcu"
		}
	],
	"override_address_records": false,
	"created_at": 13412272,
	"updated_at": -21840543,
	"id": "50eb9d77830f784f98b0dd59"
}
```

## Workflow Library Example

[View Record Details with Ibm Ns1 Connect and Send Results Via Email](https://library.blinkops.com/workflows/view-record-details-with-ibm-ns1-connect-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/view-record-details-with-ibm-ns1-connect-and-send-results-via-email/canvas" />
</div>
