Data Migration

Get a Migration

get/storage/migrations/{id}

Path parameters

idstring required

Unique identifier for the data migration.

Response

Create Migration Response

Example response

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

Changes

No recorded changes to this endpoint across all 47 revisions of this API.