---
title: "List DNSSECs"
method: GET
path: "/core/v1/domains/{domainName}/dnssec"
tags: ["DNSSECs"]
---

# List DNSSECs

`GET /core/v1/domains/{domainName}/dnssec`

Lists all DNSSEC (DS) records configured for a domain.

## Path parameters

- `domainName` string, required

## Response `200`

A successful response.

- ListDNSSECsResponse — ListDNSSECsResponse contains the list of DS records at the registry.
  - `dnssec` DNSSEC[], required — Dnssec is the list of registered DNSSEC keys.
    - `algorithm` integer, required
    - `digest` string, required — Digest is a digest of the DNSKEY RR that is registered with the registry.
    - `digestType` integer, required
    - `domainName` string, required — DomainName is the domain name.
    - `keyTag` integer, required

## Other responses

- `401` — Unauthorized.
- `403` — Forbidden - you do not have permission to perform this action.
- `404` — Domain or DNSSEC not found.
- `405` — Method not allowed.
- `429` — Rate limit has been exceeded.
- `500` — Internal server error.
- `502` — Bad Gateway
- `504` — Gateway Timeout

---

[API](https://skmtc.dev/name/apis/name-com-core-api.md) · [All operations](https://skmtc.dev/name/apis/name-com-core-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/name/name-com-core-api/revisions/a37d4cbd3991/schema)
