curl --request GET \
--url https://{api_endpoint}/api/v1/connections/applications/list \
--header 'Authorization: Bearer <token>'[
"<unknown>"
]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.
curl --request GET \
--url https://{api_endpoint}/api/v1/connections/applications/list \
--header 'Authorization: Bearer <token>'[
"<unknown>"
]