> ## 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 Zone Details

Returns configuration details for the specified zone.

<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#getZone).
</Note>

## Basic Parameters

<div className="integrations-table">
  | Parameter | Description                                                                                                       |
  | --------- | ----------------------------------------------------------------------------------------------------------------- |
  | Records   | Indicates whether or not to include record details in the response.                                               |
  | 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>

## Advanced Parameters

<div className="integrations-table">
  | Parameter | Description                                                                                                                                   |
  | --------- | --------------------------------------------------------------------------------------------------------------------------------------------- |
  | After     | Indicates a specific record at which to begin the next page of records in the response.                                                       |
  | Export    | Indicates whether or not to return zone details in the format of a PUT payload.                                                               |
  | Limit     | Indicates the maximum number of DNS records associated with this zone to include in the response.                                             |
  | Offset    | Indicates the number of records to skip in the response.                                                                                      |
  | Version   | Unique zone version number indicating a past (inactive) version of the zone to return. If not specified, the active zone version is returned. |
</div>

## Example Output

```json theme={"dark"}
{
	"assigned_nameservers": [
		"awzaj"
	],
	"dns_servers": [
		"varju"
	],
	"expiry": -81960252,
	"name": "Bess Rose",
	"link": "pibaojufudnojuf",
	"primary_master": "mare",
	"hostmaster": "anima.st",
	"id": "1517519439396864",
	"meta": {
		"asn": [
			"neren"
		],
		"ca_province": [
			"geoj"
		],
		"connections": -61270240,
		"country": [
			"sofospuc"
		],
		"georegion": [
			"wenlukta"
		],
		"high_watermark": 20.4251636,
		"ip_prefixes": [
			"utecejou"
		],
		"latitude": 74.5835854,
		"loadAvg": 33.94886171,
		"longitude": 10.21161885,
		"low_watermark": 56.09112149,
		"note": "bizoup",
		"priority": -56827422,
		"pulsar": "nabpe",
		"requests": 89437890,
		"up": false,
		"us_state": [
			"hetnime"
		],
		"weight": 54.55757678
	},
	"network_pools": [
		"pismazu"
	],
	"networks": [
		86753280
	],
	"nx_ttl": -18508238,
	"serial": 2840462,
	"primary": {
		"enabled": false,
		"secondaries": [
			{
				"ip": "18.180.173.86",
				"network": -64211088,
				"notify": true,
				"port": -66347118,
				"tsig": {
					"enabled": false,
					"hash": "lugu",
					"name": "Maria Lowe",
					"key": "vamiwuja"
				}
			}
		]
	},
	"records": [
		{
			"domain": "celes.pa",
			"zone": "pijazweftiz",
			"tags": {
				"id": 3378886742114304
			},
			"link": "mepabcamnarov",
			"use_client_subnet": false,
			"regions": {
				"id": 7584654840299520
			},
			"meta": {
				"id": 2756948160151552
			},
			"zone_name": "Sophia Drake",
			"networks": [
				13848155
			],
			"id": "4111667518504960",
			"answers": {
				"id": 8271774728847360
			},
			"short_answers": [
				"oloc"
			],
			"tier": 11001410,
			"ttl": -77419952,
			"type": "pizitl"
		}
	],
	"refresh": -37309285,
	"retry": -21323625,
	"secondary": {
		"status": "odnokmok",
		"error": "gukgofa",
		"last_xfr": 6632255,
		"last_try": -33007500,
		"primary_ip": "96.166.66.235",
		"primary_port": -7834892,
		"primary_network": -58043327,
		"enabled": true,
		"tsig": {
			"enabled": true,
			"hash": "aslingeicdoj",
			"name": "Lora Greer",
			"key": "cuwkuhabwemugiol"
		},
		"other_ports": [
			-36592213
		],
		"other_ips": [
			"mozpag"
		],
		"other_networks": [
			33641974
		],
		"expired": false
	},
	"ttl": 88494620,
	"zone": "wumjifosuedmo",
	"views": [
		"gowjadol"
	],
	"local_tags": [
		"negadurw"
	],
	"tags": {
		"id": 2777730468806656
	},
	"created_at": -47475943,
	"updated_at": 34305150,
	"dnssec": false,
	"presigned": true,
	"id_version": 31861132,
	"active_version": false
}
```

## Workflow Library Example

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