Get Sync Job

Get details of a specific sync job.

Args:

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

Returns:

sync_job (schemas.SyncJob): The sync job

Path parameters

sync_idstringRequired
job_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