> ## Documentation Index
> Fetch the complete documentation index at: https://docs.mailofly.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Retrieve Domain

> Retrieve domain status and DNS records.

Fetches current verification state and DNS record values for a specific domain.

### Path Parameters

<ParamField path="id" type="string" required>
  Domain ID.
</ParamField>

### Response

<ResponseField name="id" type="string">Domain ID</ResponseField>
<ResponseField name="name" type="string">Domain name</ResponseField>
<ResponseField name="status" type="string">not\_started | pending | verified | failed</ResponseField>
<ResponseField name="records" type="object[]">Array of DNS record requirements</ResponseField>


## Related topics

- [Retrieve Attachment](/api/emails/retrieve-attachment.md)
- [Retrieve Metrics](/api/emails/retrieve-metrics.md)
- [Retrieve Contact](/api/contacts/get-contact.md)
- [Retrieve Template](/api/templates/get-template.md)
- [Retrieve Webhook](/api/webhooks/get-webhook.md)
