List Source Connections

List all source connections for the current user.

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 user: The current user

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

Headers

x-api-keystringRequired

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
descriptionstringOptional

Errors