Trigger a data synchronization job for a source connection.
Starts an asynchronous sync job that pulls the latest data from the connected source. The job runs in the background and you can monitor its progress using the jobs endpoint.
For continuous sync connections, this performs an incremental sync by default.
Use force_full_sync=true to perform a complete re-sync of all data.
Unique identifier of the source connection to sync (UUID)
Force a full sync ignoring cursor data. Only applies to continuous sync connections. Non-continuous connections always perform full syncs.
Current status: PENDING, RUNNING, COMPLETED, FAILED, CANCELLED, or CANCELLING
When the job started execution (ISO 8601)
When the job finished (ISO 8601). Null if still running.
Error category for credential errors (e.g. oauth_credentials_expired)