Run Sync Now
Run a connector sync immediately.
Authorizations
Timbal API key. Obtain your API key from the Timbal platform settings. See Authentication for more information.
Response
Run dispatched (dispatched: true) or queued for the instance holding the connector's socket (dispatched: false)
true: a run left for the connector on this request; job_id is set.
false: the connector's socket lives on another control-plane instance
(or the box is briefly offline), so the run was queued instead — the
instance holding the socket dispatches it on its next scheduler tick
(~30s), or on reconnect.
The dispatched run's ConnectorJobs id — poll it via the jobs routes.
null when the run was queued (dispatched: false); the queued run's
job appears at the top of recent_runs once it fires.