---
title: "Show Site DNS Configuration"
method: GET
path: "/site/dns_records"
tags: ["site", "DNS Records"]
---

# Show Site DNS Configuration

`GET /site/dns_records`

Show Site DNS Configuration

## Query parameters

- `cursor` string
- `per_page` integer

## Response `200`

A list of DnsRecords objects.

- DnsRecordEntity[]
  - `id` string — Unique label for DNS record; used by Zapier and other integrations.
  - `domain` string — DNS record domain name
  - `rrtype` string — DNS record type
  - `value` string — DNS record value

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `405` — Method Not Allowed
- `409` — Conflict
- `412` — Precondition Failed
- `422` — Unprocessable Entity
- `423` — Locked
- `429` — Too Many Requests

---

[API](https://skmtc.net/files/apis/files-com-api.md) · [All operations](https://skmtc.net/files/apis/files-com-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/files/files-com-api/versions/c80c746637fd/schema)
