---
title: "Get metadata for a zone"
method: GET
path: "/v1/dns/zones/{zone_name}/metadata"
tags: ["zones"]
---

# Get metadata for a zone

`GET /v1/dns/zones/{zone_name}/metadata`

Get metadata associated to the zone.
See [metadata filters](metadata-filter-expressions) for an in-depth explanation about metadata filters.

## Path parameters

- `zone_name` string, required — The name of the zone.

## Response `200`

Response for get metadata queries

- object — Response for get metadata queries
  - `data` GetMetadata, required — A metadata field.
    - `metadata` Metadata — A collection of string key/value pairs that provide additional information or classification for an object.
  - `warnings` Warning[]
    - `code` string, required — A code for this warning.
    - `title` string, required — A title for this warning.
    - `detail` string, nullable — Contextual information about this warning.

## Other responses

- `401` — unauthorized (code: 2465)
- `403` — operation only available via the website (code: 4786)
- `404` — Multiple error variants are possible: - zone not found (code: 2510) - zone not shared (code: 2728)

---

[API](https://skmtc.net/noip/apis/no-ip-api.md) · [All operations](https://skmtc.net/noip/apis/no-ip-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/noip/no-ip-api/revisions/619d78b2a70e/schema)
