v4
latestSwagger 2.02026-08-0343714211.7 MBsync_runs
Sync Runs
Show Sync Run
Show Sync Run
get/sync_runs/{id}
Path parameters
idinteger required
Sync Run ID.
Response
The SyncRuns object.
Example response
{
"id": 1,
"body": "example",
"bytes_synced": 1,
"compared_files": 1,
"compared_folders": 1,
"completed_at": "2000-01-01T01:00:00Z",
"created_at": "2000-01-01T01:00:00Z",
"dest_remote_server_type": "example",
"dry_run": true,
"errored_files": 1,
"estimated_bytes_count": 1,
"event_errors": [
"example"
],
"log_url": "https://www.example.com/log_file.txt",
"runtime": 1,
"site_id": 1,
"workspace_id": 1,
"src_remote_server_type": "example",
"status": "example",
"successful_files": 1,
"sync_id": 1,
"sync_name": "Azure to SharePoint Sync",
"updated_at": "2000-01-01T01:00:00Z",
"live_transfers": [
{
"path": "example",
"status": "example",
"bytes_copied": 1,
"bytes_total": 1,
"percentage": 1,
"eta": "example",
"started_at": "example"
}
]
}