---
title: "Get Connections"
method: GET
path: "/v1/connections/applications"
tags: ["Connections"]
---

# Get Connections

`GET /v1/connections/applications`

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.

## Response `200`

Successful Response

- ConnectionOut[]
  - `appid` string, required
  - `shared` boolean, required
  - `tenant_id` string, required
  - `is_connected` boolean, required
  - `connection_type` string, required
  - `connection_id` string, required

---

[API](https://skmtc.net/ibm/apis/wxo-server-api.md) · [All operations](https://skmtc.net/ibm/apis/wxo-server-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ibm/wxo-server-api/revisions/82c114c37196/schema)
