OpenAPI 3.1.0raw.githubusercontent.com2026-08-171,3412,1384.9 MB

1571b0380bd7

Data Migration

Get a Migration

Retrieve the details and status of a specific storage migration.

get/storage/migrations/{id}

Path parameters

idstring required

Unique identifier for the data migration.

Response

Create Migration Response

Example response

{
  "data": {
    "created_at": "2020-01-01T00:00:00Z",
    "eta": "2020-01-01T00:00:00Z",
    "last_copy": "2020-01-01T00:00:00Z"
  }
}