Sync connection
Runs the object-store connection’s configured direction: imports every new object, or exports every redacted output not yet exported. File services use the picker import and per-file export instead. 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}$Response
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.