Data Migration
List all Migrations
get/storage/migrations
Response
List Migrations Response
Example response
{
"data": [
{
"created_at": "2020-01-01T00:00:00Z",
"eta": "2020-01-01T00:00:00Z",
"last_copy": "2020-01-01T00:00:00Z"
}
],
"meta": {
"page_number": 2,
"page_size": 25,
"total_pages": 3,
"total_results": 55
}
}