Refresh All Source Connections

Start sync jobs for all source connections in the collection.

Args: readable_id: The readable ID of the collection db: The database session current_user: The current user background_tasks: Background tasks for async operations

Returns: A list of created sync jobs

Path parameters

readable_idstringRequired

Headers

x-api-keystringRequired

Response

Successful Response

source_connection_idstringformat: "uuid"
idstringformat: "uuid"
organization_idstringformat: "uuid"
created_by_emailstringformat: "email"
modified_by_emailstringformat: "email"
created_atdatetime
modified_atdatetime
statusenumOptional

Sync job status enum.

Allowed values:
entities_insertedintegerOptional
entities_updatedintegerOptional
entities_deletedintegerOptional
entities_keptintegerOptional
entities_skippedintegerOptional
entities_encounteredmap from strings to optional integersOptional
started_atdatetimeOptional
completed_atdatetimeOptional
failed_atdatetimeOptional
errorstringOptional

Errors