Run Sync

Trigger a sync run.

Args:

db: The database session sync_id: The ID of the sync to run user: The current user background_tasks: The background tasks

Returns:

sync_job (schemas.SyncJob): The sync job

Path parameters

sync_idstringRequired

Headers

x-api-keystringOptional

Response

Successful Response

sync_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_detectedintegerOptional
entities_insertedintegerOptional
entities_deletedintegerOptional
entities_skippedintegerOptional
errorstringOptional
started_atdatetimeOptional
completed_atdatetimeOptional
failed_atdatetimeOptional
sync_namestringOptional

Name of the sync, populated from join query

Errors