Connections
Cancel connection sync
Cancels an in-progress sync run. A run that already finished returns 409.
POST
Cancel connection sync
Path Parameters
URL-safe workspace identifier.
Opaque identifier of the connection.
Pattern:
^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 identifier of the sync run.
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.
Pattern:
^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.
Allowed value:
"pending"How the sync was triggered.
Allowed value:
"manual"Account that triggered the sync.
When the sync finished, if it has.
Failure reason when the sync failed; omitted otherwise.
Cancel connection sync
