---
title: "GET /dns/{domain}"
method: GET
path: "/dns/{domain}"
tags: ["DNS"]
---

# GET /dns/{domain}

`GET /dns/{domain}`

List all user's domain's DNSs

## Path parameters

- `domain` string, required

## Response `200`

Success

- DNSFull[]
  - `id` string
  - `name` string
  - `type` string
  - `content` string
  - `data` DNSDataProp
    - `digest_type` string
    - `protocol` string
    - `content` string
    - `proto` string
    - `digestType` string
    - `type` string
    - `name` string
    - `priority` string
    - `key_tag` string
    - `algorithm` string
    - `certificate` string
    - `target` string
    - `flags` string
    - `public_key` string
    - `digest` string
    - `value` string
    - `order` string
    - `preference` string
    - `service` string
    - `regex` string
    - `replacement` string
    - `nameserver` string
    - `usage` string
    - `selector` string
    - `matching_type` string
    - `weight` string
    - `port` string
    - `fingerprint` string
    - `lat_degrees` string
    - `lat_minutes` string
    - `lat_seconds` string
    - `lat_direction` string
    - `long_degrees` string
    - `long_minutes` string
    - `long_seconds` string
    - `long_direction` string
    - `precision_horz` string
    - `precision_vert` string
    - `altitude` string
    - `size` string
  - `ttl` integer
  - `priority` integer
  - `proxied` boolean
  - `domain` string

## Other responses

- `403` — Forbidden
- `404` — Domain not found
- `500` — Server error

## Changes

- **2026-07-17** `926405b5dade` — 1 info
  - added the optional property `items/data` to the response with the `200` status
- **2023-06-13** `c9159f20c562` — 1 info
  - endpoint added
- **2023-06-09** `b7c6ba235941` — 1 breaking
  - api path removed without deprecation
- **2023-01-17** `1e9897483fc9` — 1 warning
  - removed the optional property `items/data` from the response with the `200` status

[Change history](https://skmtc.dev/bohr-io/apis/bohr-io-api/changes/dns/:domain/get.md)

---

[API](https://skmtc.dev/bohr-io/apis/bohr-io-api.md) · [All operations](https://skmtc.dev/bohr-io/apis/bohr-io-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/bohr-io/bohr-io-api/revisions/926405b5dade/schema)
