List All Jobs

List all sync jobs across all syncs.

Args:

db: The database session skip: The number of jobs to skip limit: The number of jobs to return user: The current user

Returns:

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

Headers

x-api-keystringOptional

Query parameters

skipintegerOptionalDefaults to 0
limitintegerOptionalDefaults to 100

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