---
title: "List Connections"
method: GET
path: "/v2/teams/{teamId}/connections"
tags: ["Connections"]
---

# List Connections

`GET /v2/teams/{teamId}/connections`

List the authenticated user's connections (connected integration instances) for the current team. Includes team-shared instances visible to the caller when the org-level Connections sharing setting is on. Filter by integration type with the `type` query parameter.

## Path parameters

- `teamId` string, required

## Query parameters

- `type` string
- `limit` integer
- `offset` integer

## Response `200`

Default Response

- object
  - `integrations` object[], required
    - `id` string, required
    - `name` string, required
    - `type` string, required
    - `provider` string, required
    - `user_id` string, nullable, required
    - `team_id` string, required
    - `server_url` string
    - `transport_type` 'stdio' | 'sse' | 'http'
    - `auth_method` string, nullable
    - `custom_integration_id` string, nullable
    - `icon_url` string, nullable
    - `oauth_provider` string, nullable
    - `oauth_provider_key` string, nullable
    - `oauth_scopes` string[], nullable
    - `has_headers` boolean
    - `has_oauth_tokens` boolean
    - `integration_id` string, nullable
    - `shared` boolean
    - `created_by` string, nullable
    - `broken_at` string, date-time, nullable
    - `broken_reason` string, nullable
    - `created_at` string, date-time, required
    - `updated_at` string, date-time, required
  - `total` integer, required
  - `limit` integer, required
  - `offset` integer, required

## Other responses

- `401` — Default Response
- `500` — Default Response

---

[API](https://skmtc.net/duvo/apis/duvo-public-api.md) · [All operations](https://skmtc.net/duvo/apis/duvo-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/duvo/duvo-public-api/revisions/dafcf3d868a9/schema)
