---
title: "DNSSEC status"
method: GET
path: "/{account}/domains/{domain}/dnssec"
tags: ["domain dnssec"]
---

# DNSSEC status

`GET /{account}/domains/{domain}/dnssec`

Gets the DNSSEC status for an existing domain.

## Path parameters

- `account` integer, required
- `domain` string, required

## Response `200`

Successfully retrieved DNSSEC

- object
  - `data` DNSSEC, required
    - `enabled` boolean, required
    - `active` boolean
    - `created_at` string, date-time, required — A date-time value, representing when the entry was created, formatted as ISO 8601.
    - `updated_at` string, date-time, required — A date-time value, representing when the entry was last updated, formatted as ISO 8601.

## Other responses

- `400` — A required parameter is missing or the request is invalid.
- `404` — The requested resource doesn't exist.

## Changes

- **2026-02-05** (v2) `dbdfa5742bcb` — 1 info
  - added the optional property `data/active` to the response with the `200` status
- **2025-07-11** (v2) `06780be0ef17` — 7 info
  - the response property `data` became required for the status `200`
  - the response property `data/created_at` became required for the status `200`
  - the response property `data/enabled` became required for the status `200`
  - the response property `data/updated_at` became required for the status `200`
  - …3 more
- **2023-07-18** (v2) `c8591dcf8c29` — 7 breaking, 1 warning
  - the response property `data` became optional for the status `200`
  - the response property `data/created_at` became optional for the status `200`
  - the response property `data/enabled` became optional for the status `200`
  - the response property `data/updated_at` became optional for the status `200`
  - …4 more

[Change history](https://skmtc.dev/dnsimple/apis/dnsimple-api/changes/:account/domains/:domain/dnssec/get.md)

---

[API](https://skmtc.dev/dnsimple/apis/dnsimple-api.md) · [All operations](https://skmtc.dev/dnsimple/apis/dnsimple-api/llms.txt) · [OpenAPI document](https://skmtc.dev/dnsimple/apis/dnsimple-api/revisions/faec8b49cc03?raw)
