v4
latestSwagger 2.02026-08-0343714211.7 MBfile_migrations
File Migrations
Show File Migration
Show File Migration
get/file_migrations/{id}
Path parameters
idinteger required
File Migration ID.
Response
The FileMigrations object.
Example response
{
"id": 1,
"path": "MyFolder",
"dest_path": "MyFolder",
"failure_message": "example",
"files_moved": 1,
"files_total": 1,
"operation": "move",
"region": "USA",
"status": "complete",
"log_url": "https://www.example.com/log_file"
}