---
title: "Get outgoing domain move"
method: GET
path: "/api/domains/v1/move/outgoing/{domain}"
tags: ["Domains: Move"]
---

# Get outgoing domain move

`GET /api/domains/v1/move/outgoing/{domain}`

Retrieve the outgoing move for a specified domain.

Returns 404 when the domain has no move in progress.

Use this endpoint to track the status of a move you have initiated for a single domain.

## Path parameters

- `domain` string, required

## Response `200`

Success response

- DomainsV1MoveMoveResource
  - `domain` string — Domain name
  - `status` 'initiated' | 'activating' | 'completed' — Status of the move
  - `created_at` string, date-time
  - `updated_at` string, date-time

## 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/versions/796bd5194565/schema)
