List Source Connection Jobs

List all sync jobs for a source connection.

Args: db: The database session source_connection_id: The ID of the source connection user: The current user

Returns: A list of sync jobs

Path parameters

source_connection_idstringRequired

Headers

x-api-keystringOptional

Response

Successful Response
source_connection_idstringformat: "uuid"
idstringformat: "uuid"
organization_idstringformat: "uuid"
created_by_emailstringformat: "email"
modified_by_emailstringformat: "email"
created_atdatetime
modified_atdatetime
statusenum or null
Sync job status enum.
entities_insertedinteger or null
entities_updatedinteger or null
entities_deletedinteger or null
entities_keptinteger or null
entities_skippedinteger or null
entities_encounteredmap from strings to optional integers or null
started_atdatetime or null
completed_atdatetime or null
failed_atdatetime or null
errorstring or null

Errors