# GET /websites/:website_id/deploy/domain

**Resource:** [Websites](./websites.md)  
**MCP tool:** `get_website_domain_status`  
**Scopes:** `websites:read`  
**Write operation:** no

Check whether a website's attached custom domain has verified (DNS propagated) and return the stored DNS records. Each host also reports "recoverable": true when the domain provider has stopped trying to verify it, which means the owner's DNS is NOT the problem and retry_website_domain is needed - do not tell the owner to re-check their DNS in that case.

## Parameters

| Name | In | Type | Required | Description |
|------|----|------|----------|-------------|
| `website_id` | path | string | yes |  |

## Request example

```bash
curl   "https://api.trustpager.com/functions/v1/api/v1/websites/:website_id/deploy/domain"   -H "Authorization: Bearer YOUR_API_KEY"
```

---
Base URL: `https://api.trustpager.com/functions/v1/api/v1` — Auth: `Authorization: Bearer YOUR_API_KEY`