v1
latestOpenAPI 3.1.02026-07-26252382475.4 KBConnections
Get Connections
Retrieve a connection based on the provided app ID and shared flag.
Args: current_user (UserProfile): The currently authenticated user. session (Session): Database session dependency. appid (str): The application ID for the connection. shared (bool): Indicates if the connection is shared.
Returns: dict: The connection details, excluding sensitive fields.
Raises: HTTPException: If the connection cannot be found or processed.
get/v1/connections/applications
Response
Successful Response