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 auth_context: The authentication context

Returns:

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

Path parameters

white_label_idstringRequired

Headers

X-API-KeystringOptional
X-Organization-IDstringOptional

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