Get Domain
**CLI:**
```bash
agentmail domains retrieve --domain-id <domain_id>
```
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
domain_id
The ID of the domain.
Response
This endpoint returns an object.
domain_id
The ID of the domain.
domain
The name of the domain (e.g., example.com).
status
The verification status of the domain.
feedback_enabled
Bounce and complaint notifications are sent to your inboxes.
records
A list of DNS records required to verify the domain.
updated_at
Time at which the domain was last updated.
created_at
Time at which the domain was created.
pod_id
ID of pod.
client_id
Client ID of domain.
Errors
404
Not Found Error
