---
title: "Get DNSSEC DS"
method: GET
path: "/dns/v2/zones/{name}/dnssec"
tags: ["DNSSEC"]
---

# Get DNSSEC DS

`GET /dns/v2/zones/{name}/dnssec`

Get DNSSEC DS for a DNS zone.

## Path parameters

- `name` string, required

## Response `200`

GetDNSSECDSResponse

- GetDNSSECDSResponse
  - `algorithm` string — Specifies the algorithm used for the key.
  - `digest` string — Represents the hashed value of the DS record.
  - `digest_algorithm` string — Specifies the algorithm used to generate the digest.
  - `digest_type` string — Specifies the type of the digest algorithm used.
  - `ds` string — Represents the complete DS record.
  - `flags` integer — Represents the flag for DNSSEC record.
  - `key_tag` integer — Represents the identifier of the DNSKEY record.
  - `key_type` string — Specifies the type of the key used in the algorithm.
  - `public_key` string — Represents the public key used in the DS record.
  - `uuid` string

## Other responses

- `400` — Error message response

---

[API](https://skmtc.net/g-core/apis/gcore-openapi.md) · [All operations](https://skmtc.net/g-core/apis/gcore-openapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/g-core/gcore-openapi/versions/09e652815095/schema)
