List Sync Jobs
Retrieve the sync job history for a source connection.
Returns a list of sync jobs ordered by creation time (newest first). Each job
includes status, timing information, and entity counts.
Job statuses:
- **PENDING**: Job is queued, waiting for the worker to pick it up
- **RUNNING**: Sync is actively pulling and processing data
- **COMPLETED**: Sync finished successfully
- **FAILED**: Sync encountered an unrecoverable error
- **CANCELLING**: Cancellation has been requested. The worker is
gracefully stopping the pipeline and cleaning up destination data.
- **CANCELLED**: Sync was cancelled. The worker has fully stopped
and destination data cleanup has been scheduled.