Get domain transfer status
get_transfer_statusCheck the status of an inbound domain transfer using its TransferID. Returns a plain-English status and phase (pending, action required, completed, canceled) to help you resolve next steps.
Instructions
Look up the status of an in-progress or completed inbound transfer by its TransferID (returned from transfer_domain). Maps Namecheap's numeric StatusID to a plain-English meaning and a coarse phase (pending / action_required / completed / canceled). Read-only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| transferId | Yes | The TransferID from transfer_domain. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| phase | Yes | ||
| account | Yes | ||
| provider | Yes | ||
| statusId | No | ||
| rawStatus | No | ||
| transferId | Yes | ||
| description | Yes | ||
| environment | No |