---
title: "Get the list of Voyager migrations"
method: GET
path: "/migrations"
tags: ["voyager-info"]
---

# Get the list of Voyager migrations

`GET /migrations`

Get the list of Voyager migrations

## Query parameters

- `uuid` string, uuid
- `migration_phase` integer

## Response `200`

List of the Voyager migrations

- VoyagerMigrationsInfo — YB Voyager migrations Info
  - `migrations` VoyagerMigrationDetails[]
    - `migration_uuid` string, uuid
    - `migration_name` string
    - `migration_type` string
    - `migration_phase` integer
    - `invocation_sequence` integer
    - `source_db` object
      - `ip` string
      - `port` string
      - `engine` string
      - `version` string
      - `database` string
      - `schema` string
    - `voyager` object
      - `machine_ip` string
      - `os` string
      - `avail_disk_bytes` string
      - `export_dir` string
      - `exported_schema_location` string
    - `target_cluster` object
      - `ip` string
      - `port` string
      - `engine` string
      - `version` string
    - `complexity` string
    - `status` string
    - `progress` string
    - `invocation_timestamp` string
    - `start_timestamp` string

## Other responses

- `400` — API Error
- `500` — API Error

---

[API](https://skmtc.net/yugabyte/apis/yugabyte-cloud.md) · [All operations](https://skmtc.net/yugabyte/apis/yugabyte-cloud/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/yugabyte/yugabyte-cloud/versions/a851ee3a0a88/schema)
