Retrieve a connection based on the provided app ID.
Args: current_user (UserProfile): The currently authenticated user. session (Session): Database session dependency. app_ids (str): The application IDs for the connection.
Returns: list: The connection details
Raises: HTTPException: If the connection cannot be found or processed.
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Successful Response
The response is of type any[]
.