---
title: "GET /dns_zones/{zone_id}"
method: GET
path: "/dns_zones/{zone_id}"
tags: ["dnsZone"]
---

# GET /dns_zones/{zone_id}

`GET /dns_zones/{zone_id}`

## Response `200`

get a single DNS zone

- DnsZone
  - `id` string
  - `name` string
  - `errors` string[]
  - `supported_record_types` string[]
  - `user_id` string
  - `created_at` string, dateTime
  - `updated_at` string, dateTime
  - `records` DnsRecord[]
    - `id` string
    - `hostname` string
    - `type` string
    - `value` string
    - `ttl` integer
    - `priority` integer
    - `dns_zone_id` string
    - `site_id` string
    - `flag` integer
    - `tag` string
    - `managed` boolean
  - `dns_servers` string[]
  - `account_id` string
  - `site_id` string
  - `account_slug` string
  - `account_name` string
  - `domain` string
  - `ipv6_enabled` boolean
  - `dedicated` boolean

## Other responses

- `default` — error

---

[API](https://skmtc.net/netlify/apis/netlify-s-api-documentation.md) · [All operations](https://skmtc.net/netlify/apis/netlify-s-api-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/netlify/netlify-s-api-documentation/revisions/71540d1b5d9d/schema)
