---
title: "Retrieve a registrant change"
method: GET
path: "/{account}/registrar/registrant_changes/{registrantchange}"
tags: ["registrant changes"]
---

# Retrieve a registrant change

`GET /{account}/registrar/registrant_changes/{registrantchange}`

Retrieves the details of an existing registrant change.

## Path parameters

- `account` integer, required
- `registrantchange` integer, required

## Response `200`

Successfully retrieved the registrant change.

- object
  - `data` RegistrantChange, required
    - `id` integer, required
    - `account_id` integer, required
    - `contact_id` integer, required
    - `domain_id` integer, required
    - `state` 'new' | 'pending' | 'cancelling' | 'cancelled' | 'completed', required
    - `extended_attributes` TradeExtendedAttributes, required
    - `registry_owner_change` boolean, required
    - `irt_lock_lifted_by` string, date, required — A date value formatted as ISO 8601.
    - `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

- **2025-07-11** (v2) `06780be0ef17` — 12 info
  - the response property `data` became required for the status `200`
  - the response property `data/account_id` became required for the status `200`
  - the response property `data/contact_id` became required for the status `200`
  - the response property `data/created_at` became required for the status `200`
  - …8 more
- **2023-08-02** (v2) `425ad99b3e0d` — 1 warning, 1 info
  - removed the optional property `data/lock_lifted_by` from the response with the `200` status
  - added the optional property `data/irt_lock_lifted_by` to the response with the `200` status
- **2023-07-26** (v2) `fb9b4727973a` — 1 info
  - endpoint added
- **2023-07-18** (v2) `c8591dcf8c29` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/dnsimple/apis/dnsimple-api/changes/:account/registrar/registrant_changes/:registrantchange/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)
