Export files to connection
Exports the selected workspace files to the connection, each as a new provider file. Returns the created sync; poll it for completion.
Path Parameters
Workspace identifier.
Opaque identifier of the connection.
^conn_[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$Body
Request payload to export a caller-selected set of workspace files to a
connection. Each is written as a new provider file, never overwriting a
source. Mirrors [ImportWorkspaceFiles] on the export side.
Request payload to export a caller-selected set of workspace files to a
connection. Each is written as a new provider file, never overwriting a
source. Mirrors [ImportWorkspaceFiles] on the export side.
The workspace files to export, by id. Files already exported to the connection are exported again (a fresh copy).
1 - 500 elementsResponse
A connection sync (import or export).
A connection sync (import or export).
1-based attempt number; scheduled syncs may be retried on failure.
The connection this sync belongs to.
^conn_[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$Unique sync identifier.
Number of objects transferred so far.
When the sync started.
Current status of the sync.
"pending"How the sync was triggered.
"on_demand"Account that triggered the sync.
When the sync finished, if it has.
Failure reason when the sync failed; omitted otherwise.