---
title: "Retrieve a domain transfer"
method: GET
path: "/{account}/registrar/domains/{domain}/transfers/{domaintransfer}"
tags: ["registrar transfer"]
---

# Retrieve a domain transfer

`GET /{account}/registrar/domains/{domain}/transfers/{domaintransfer}`

Retrieves the details of an existing domain transfer.

## Path parameters

- `account` integer, required
- `domain` string, required
- `domaintransfer` integer, required

## Response `200`

Domain transfer details.

- object
  - `data` DomainTransfer, required
    - `id` integer, required
    - `domain_id` integer, required
    - `registrant_id` integer, required
    - `state` 'cancelled' | 'new' | 'transferring' | 'transferred' | 'failed', required
    - `auto_renew` boolean, required
    - `whois_privacy` boolean, required
    - `trustee` boolean, required
    - `status_description` string
    - `created_at` string, date-time, required — A date-time value, representing when the entry was created, formatted as ISO 8601.
    - `updated_at` string, date-time, required — A date-time value, representing when the entry was last updated, formatted as ISO 8601.

## Other responses

- `404` — The requested resource doesn't exist.

## Changes

- **2026-04-28** (v2) `53dd09c3a139` — 1 breaking, 1 info
  - removed the required property `data/trustee_service` from the response with the `200` status
  - added the required property `data/trustee` to the response with the `200` status
- **2026-04-09** (v2) `0b270ad88a60` — 1 info
  - added the required property `data/trustee_service` to the response with the `200` status
- **2025-07-11** (v2) `06780be0ef17` — 10 info
  - the response property `data` became required for the status `200`
  - the response property `data/auto_renew` became required for the status `200`
  - the response property `data/created_at` became required for the status `200`
  - the response property `data/domain_id` became required for the status `200`
  - …6 more
- **2023-08-29** (v2) `e3e181e43246` — 1 info
  - api tag `registrar` removed
- **2023-07-18** (v2) `c8591dcf8c29` — 11 breaking, 1 info
  - the response property `data` became optional for the status `200`
  - the response property `data/auto_renew` became optional for the status `200`
  - the response property `data/created_at` became optional for the status `200`
  - the response property `data/domain_id` became optional for the status `200`
  - …8 more

[Change history](https://skmtc.dev/dnsimple/apis/dnsimple-api/changes/:account/registrar/domains/:domain/transfers/:domaintransfer/get.md)

---

[API](https://skmtc.dev/dnsimple/apis/dnsimple-api.md) · [All operations](https://skmtc.dev/dnsimple/apis/dnsimple-api/llms.txt) · [OpenAPI document](https://skmtc.dev/dnsimple/apis/dnsimple-api/revisions/faec8b49cc03?raw)
