Get a run
Returns a single data-sync run, with its outcome and record counts.
Authorizations
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Path Parameters
The unique identifier of the run (the Temporal workflow run id).
Response
The run was retrieved.
The unique identifier of the run (the Temporal workflow run id).
The linked account this run synced.
The action this run executed.
Whether the run re-fetched everything (full) or only records changed since the last run (incremental).
full, incremental The schedule this run belongs to; null for legacy runs not tied to a schedule.
The current lifecycle status of the run.
What triggered the run — initial (fired when a schedule is created) or schedule (a Temporal cadence fire).
When the run began; null if it has not started.
When the run finished; null while running.
When the synced data became available for read; null unless successful.
The number of records written by the run; null on failure or while running.
How the record count breaks down. null when the run failed or was abandoned, and on a full sync that stopped early.
Error details, if the run failed.
The Temporal workflow id, stable across replays; useful for cross-referencing the run.