Airbyte · Arazzo Workflow
Airbyte Trigger a Sync and Poll to Completion
Version 1.0.0
Kick off a sync job for a connection and poll its status until it succeeds, fails, or is cancelled.
View Spec
View on GitHub
Data IntegrationETLELTOpen-SourceData PipelineConnectorsDataArazzoWorkflows
Provider
Workflows
trigger-sync-and-poll
Trigger a sync job and poll the job until it reaches a terminal status.
Starts a sync job for the supplied connection, then repeatedly reads the job until its status is no longer pending or running.
1
triggerJob
Kick off a new job of the requested type for the connection. The returned jobId is polled by the following step.
2
pollJob
Read the job status. While the job is still pending or running, loop back and read it again; once it reaches a terminal state, finish the workflow.
Source API Descriptions
Arazzo Workflow Specification
Work with this as data
Every workflow here is available over the APIs.io API and to AI agents over MCP.