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

Returns all active zones.

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

## Parameters

<div className="integrations-table">
  | Parameter | Description                                               |
  | --------- | --------------------------------------------------------- |
  | After     | The record to begin the returned page of zones at.        |
  | Limit     | The maximum number of items to return per page.           |
  | Offset    | The offset of the results at which to begin the response. |
</div>

## Example Output

```json theme={"dark"}
[
	{
		"assigned_nameservers": [
			"kiwv"
		],
		"dns_servers": [
			"fihb"
		],
		"expiry": 66938614,
		"name": "Derrick Anderson",
		"link": "jufoca",
		"primary_master": "wiparhev",
		"hostmaster": "rus.mv",
		"id": "5570821554700288",
		"meta": {
			"asn": [
				"igvapi"
			],
			"ca_province": [
				"pipinej"
			],
			"connections": 28008854,
			"country": [
				"lotu"
			],
			"georegion": [
				"ahfasp"
			],
			"high_watermark": 60.31395244,
			"ip_prefixes": [
				"abuge"
			],
			"latitude": 94.96392417,
			"loadAvg": 68.12359644,
			"longitude": 47.6905636,
			"low_watermark": 86.63545584,
			"note": "kiwu",
			"priority": -16446191,
			"pulsar": "anam",
			"requests": -19360503,
			"up": false,
			"us_state": [
				"jeggaoku"
			],
			"weight": 23.85603648
		},
		"network_pools": [
			"agdupi"
		],
		"networks": [
			-42798344
		],
		"nx_ttl": -46468340,
		"serial": -36761778,
		"primary": {
			"enabled": false,
			"secondaries": [
				{
					"ip": "135.90.94.33",
					"network": 50271763,
					"notify": true,
					"port": 85156479,
					"tsig": {
						"enabled": false,
						"hash": "iwwaffifkopoko",
						"name": "Sue Douglas",
						"key": "tarepulec"
					}
				}
			]
		},
		"records": [
			{
				"domain": "moivo.kw",
				"zone": "mugnogubb",
				"tags": {
					"id": 3411035599929344
				},
				"link": "lasolisu",
				"use_client_subnet": false,
				"regions": {
					"id": 5858832962027520
				},
				"meta": {
					"id": 2887194899382272
				},
				"zone_name": "Jon Schneider",
				"networks": [
					30605889
				],
				"id": "6470405990645760",
				"answers": {
					"id": 1211470490632192
				},
				"short_answers": [
					"nogku"
				],
				"tier": 63981957,
				"ttl": -10802652,
				"type": "sojdutajol"
			}
		],
		"refresh": 5587569,
		"retry": -41180435,
		"secondary": {
			"status": "nuskoguto",
			"error": "ruupilut",
			"last_xfr": -40080245,
			"last_try": -54882590,
			"primary_ip": "98.165.63.103",
			"primary_port": -12949870,
			"primary_network": 49088370,
			"enabled": true,
			"tsig": {
				"enabled": false,
				"hash": "ditumugsijtudko",
				"name": "Florence Wilkerson",
				"key": "mefia"
			},
			"other_ports": [
				82690025
			],
			"other_ips": [
				"leliku"
			],
			"other_networks": [
				-12123663
			],
			"expired": true
		},
		"ttl": 76403355,
		"zone": "uluzinolufes",
		"views": [
			"wuak"
		],
		"local_tags": [
			"duowi"
		],
		"tags": {
			"id": 7209441258635264
		},
		"created_at": -31929357,
		"updated_at": 89888606,
		"dnssec": true,
		"presigned": false,
		"id_version": 29261249,
		"active_version": false
	}
]
```

## Workflow Library Example

[List Zones with Ibm Ns1 Connect and Send Results Via Email](https://library.blinkops.com/workflows/list-zones-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/list-zones-with-ibm-ns1-connect-and-send-results-via-email/canvas" />
</div>
