Skip to main content

6 docs tagged with "External Sync Jobs"

View all tags

Retry a completed sync job

Creates a new job using the same `configId` as the original. Returns 409 if another job is already running.

Trigger external sync

Starts a background sync job against the configured external system. Returns 202 with a `jobId` immediately — poll `/api/sync/external/{jobId}` or `/api/sync/status` for progress. Returns 409 if a job is already in progress for the same config.