List White Label Syncs

List all syncs for a specific white label.

Args:

white_label_id: The ID of the white label to list syncs for db: The database session current_user: The current user

Returns:

list[schemas.Sync]: A list of syncs

Path parameters

white_label_idstringRequired

Headers

x-api-keystringOptional

Query parameters

credsstringRequired

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