List Sync Jobs

List all jobs for a specific sync.

Args:

db: The database session sync_id: The ID of the sync to list jobs for user: The current user

Returns:

list[schemas.SyncJob]: A list of sync jobs

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