List Connected Integrations

Get all integrations of specified type connected to the current user.

Args:

integration_type (IntegrationType): The type of integration to get connections for. db (AsyncSession): The database session. user (schemas.User): The current user.

Returns:

list[schemas.Connection]: The list of connections.

Path parameters

integration_typeenumRequired

Integration type enum.

Allowed values:

Headers

x-api-keystringOptional

Response

Successful Response

namestring
integration_typeenum

Integration type enum.

Allowed values:
statusenum

Connection status enum.

Allowed values:
short_namestring
idstringformat: "uuid"
integration_credential_idstringOptionalformat: "uuid"
organization_idstringOptionalformat: "uuid"
created_by_emailstringOptional
modified_by_emailstringOptional

Errors