List White Label Source Connections

List all source connections for a specific white label.

Args:

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

Returns:

list[schemas.SourceConnectionListItem]: A list of source connections

Path parameters

white_label_idstringRequired

Headers

x-api-keystringOptional

Response

Successful Response
idstringformat: "uuid"
namestring
short_namestring
statusenum
Source connection status enum.
Allowed values:
created_atdatetime
modified_atdatetime
sync_idstringformat: "uuid"
collectionstring
descriptionstring or null
white_label_idstring or nullformat: "uuid"

Errors