Get Source Connection Jobs

Get sync jobs for a source connection.

Path parameters

source_connection_idstringRequiredformat: "uuid"

Headers

x-api-keystringRequired

Query parameters

limitintegerOptional>=1<=1000Defaults to 100

Response

Successful Response
idstringformat: "uuid"
source_connection_idstringformat: "uuid"
statusenum
Sync job status enum.
started_atstring or nullformat: "date-time"
completed_atstring or nullformat: "date-time"
duration_secondsdouble or null
entities_processedinteger or nullDefaults to 0
entities_insertedinteger or nullDefaults to 0
entities_updatedinteger or nullDefaults to 0
entities_deletedinteger or nullDefaults to 0
entities_failedinteger or nullDefaults to 0
errorstring or null
error_detailsmap from strings to any or null

Errors