Command
nylas dashboard domains show
Show one registered domain by ID or domain address.
Written by Qasim Muhammad Staff SRE
What does nylas dashboard domains show do?
The nylas dashboard domains show command displays one registered domain, including its region and verification state. For registered domains, the CLI infers the region from your Dashboard domain list when --region is omitted.
Usage
nylas dashboard domains show [domain-id-or-address] [--region us|eu]Flags
| Flag | Description |
|---|---|
| --json | Output as JSON |
| --no-color | Disable color output |
| --verbose(-v) | Enable verbose output |
| --config | Custom config file path |
| --help(-h) | Show help for the command |
| --limit | Limit results (most list commands) |
| --yes(-y) | Skip confirmations |
| --region(-r) | Region to query (us or eu; inferred for existing domains when omitted) |
Examples
The nylas dashboard domains show command displays one registered domain, including its region and verification state.
Show a domain by address
nylas dashboard domains show myagent.nylas.emailShow a domain by ID
nylas dashboard domains show d4056599-6d36-4a18-847c-7d033b7a939eExample output
Domain: example.com
ID: dom_abc123
Name: Example Mail
Region: us
Status: verified
Verified: ownership, mx, spf, dkim, dmarcTroubleshooting
Domain is not found
Run `nylas dashboard domains list` to confirm the domain exists in the active organization. If needed, pass the listed region with `--region us` or `--region eu`.
Recommended guides
Build a Mastra Email Agent
Give a Mastra TypeScript agent email by wrapping the Nylas CLI as a createTool — one subprocess call, JSON in and out, across Gmail, Outlook, and more.
Add Email Sync to Your App Without IMAP
Skip per-mailbox IMAP IDLE connections. Use webhooks for push and on-demand reads for backfill, prototyped from the terminal — and know when IMAP still wins.
Automate Customer Onboarding Emails
Run a multi-day onboarding sequence from a signup hook with nylas email send --schedule and hosted templates — no marketing platform, no SMTP.
Build a Transactional Email Agent
Send receipts, confirmations, and alerts from a dedicated agent account — DKIM-signed, idempotent, and rate-capped by a workspace policy, no SMTP relay.
Trigger Agents on Inbound Email with Webhooks
Replace cron polling with webhooks: register a message.created hook so your agent account wakes the agent the instant mail arrives, signature-verified.
Build an Email Digest Agent
Send an opt-in digest to a subscriber group from an agent account — resolve the recipient list from contacts, honor unsubscribes, and send on a schedule.
Run nylas dashboard domains show --help for full help output.