List Source Connections

List all source connections for the organization.

Args: db: The database session collection: The collection to filter by skip: The number of connections to skip limit: The number of connections to return auth_context: The current authentication context

Returns: A list of source connection list items with essential information

Headers

X-API-KeystringOptional
X-Organization-IDstringOptional

Query parameters

collectionstringOptional
Filter by collection
skipintegerOptionalDefaults to 0
limitintegerOptionalDefaults to 100

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