---
title: "Retrieve a domain renewal"
method: GET
path: "/{account}/registrar/domains/{domain}/renewals/{domainrenewal}"
tags: ["registrar renewal"]
---

# Retrieve a domain renewal

`GET /{account}/registrar/domains/{domain}/renewals/{domainrenewal}`

Retrieves the details of an existing domain renewal.

## Path parameters

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

## Response `200`

Domain renewal details.

- object
  - `data` DomainRenewal, required
    - `id` integer, required
    - `domain_id` integer, required
    - `period` integer, required
    - `state` 'cancelled' | 'new' | 'renewing' | 'renewed' | 'failed', required
    - `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` — 8 info
  - the response property `data` 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`
  - the response property `data/id` became required for the status `200`
  - …4 more
- **2023-08-29** (v2) `e3e181e43246` — 1 info
  - api tag `registrar` removed
- **2023-07-18** (v2) `c8591dcf8c29` — 8 breaking, 1 info
  - the response property `data` 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`
  - the response property `data/id` became optional for the status `200`
  - …5 more

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