# Dn Dns Get

> Retrieve DNS records for a domain using the dn CLI. Use when the user wants to view current DNS records (A, AAAA, CNAME, MX, TXT, etc.) for a domain. Partner mode only.

- Skill: `automattic/dn-dns-get` (Agent Skill)
- Install (CLI): `npx skillmds@latest add automattic/dn-dns-get`
- Raw SKILL.md: https://api.skillmd.com/api/skills/automattic/dn-dns-get/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: Automattic (https://skillmd.com/u/automattic)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/automattic/dn-dns-get

---


# dn dns:get

Get DNS records for a domain.

## Usage

```bash
dn dns:get example.com
```

## Output

Table columns: Type, Name, Value, TTL

Shows "No DNS records found." if empty.

## Notes

- **Partner mode only** - user mode shows redirect to `wordpress.com/domains/manage`
- The command name uses a colon: `dns:get` (Symfony Console command naming convention)

