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

# Get List Of Connections

`GET /v1/connections/applications/list`

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.

## Query parameters

- `app_ids` string[], required

## Response `200`

Successful Response

- unknown[]
  - unknown

## Other responses

- `404` — Connection not found
- `422` — Validation Error
- `500` — Unexpected error occurred

---

[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)
