---
title: "Get transfer"
method: GET
path: "/api/domains/v1/transfers/{domain}"
tags: ["Domains: Transfer"]
---

# Get transfer

`GET /api/domains/v1/transfers/{domain}`

Retrieve the transfer for a specified domain.

Use this endpoint to track an incoming or outgoing registrar transfer and its status.

## Path parameters

- `domain` string, required

## Response `200`

Success response

- DomainsV1TransferTransferResource
  - `domain` string — Domain name
  - `status` string — Transfer status
  - `initiated_at` string, date-time, nullable — When the transfer was initiated
  - `completed_at` string, date-time, nullable — When the transfer completed

## Other responses

- `401` — Unauthenticated response
- `500` — Error response

---

[API](https://skmtc.net/hostinger/apis/hostinger-api.md) · [All operations](https://skmtc.net/hostinger/apis/hostinger-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/hostinger/hostinger-api/revisions/e684196cdec9/schema)
