Get Sync

Get a specific sync by ID.

Args:

db: The database session sync_id: The ID of the sync to get user: The current user

Returns:

sync (schemas.Sync): The sync

Path parameters

sync_idstringRequired

Headers

x-api-keystringOptional

Response

Successful Response

namestring
source_connection_idstringformat: "uuid"
destination_connection_idslist of strings
statusenum

Sync status enum.

Allowed values:
idstringformat: "uuid"
organization_idstringformat: "uuid"
created_atdatetime
modified_atdatetime
created_by_emailstringformat: "email"
modified_by_emailstringformat: "email"
embedding_model_connection_idstringOptionalformat: "uuid"Defaults to 33333333-3333-3333-3333-333333333333
descriptionstringOptional
cron_schedulestringOptional
next_scheduled_rundatetimeOptional
white_label_idstringOptionalformat: "uuid"
white_label_user_identifierstringOptional
sync_metadatamap from strings to anyOptional

Errors