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

# List Integrations

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

List the team's integration catalog: built-in integration types plus any custom connection types defined for the team. OAuth authorization flows are browser-based and cannot be performed via this API; use the Duvo dashboard to complete OAuth-based connections.

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