Get a custom domain
dropthis_domains_getRetrieve a custom domain's stored state and DNS setup instructions by its dom_ id or hostname. See status, mode, default flag, and next-step guidance without a live DNS check.
Instructions
Fetch one custom domain's STORED state by its dom_… id or hostname: status (pending_dns/verifying/live/failed), mode, default flag, the DNS record to create (dns[] with name → value and the stored diagnostic hints), and next-step guidance. Reads what dropthis last recorded — it does NOT run a live DNS check; to re-check DNS/TLS and advance the status, call dropthis_domains_verify. Use to re-read the CNAME instructions for a connected domain, or to check a domain's state on a read-only connection. For one row per domain across the account use dropthis_domains_list.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| domain | Yes | The `dom_…` id or the hostname of the domain to fetch. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | ||
| dns | No | ||
| mode | No | ||
| next | No | ||
| dropId | No | ||
| status | No | ||
| default | No | ||
| hostname | No | ||
| consoleUrl | No | ||
| retryAfter | No | ||
| verifiedAt | No | ||
| failureReason | No |