---
title: "List connections"
method: GET
path: "/connections"
tags: ["Connections"]
---

# List connections

`GET /connections`

Retrieves a collection of all connections for a team with a given ID. Returned connections are sorted by name in ascending order.

## Query parameters

- `teamId` integer, required
- `type[]` string[]
- `<connectionType>[]` string[]
- `cols[]` string[]

## Response `200`

Successful response

- object
  - `connections` object[]
    - `id` integer
    - `name` string
    - `accountName` string
    - `accountLabel` string
    - `packageName` string
    - `expire` string, date-time
    - `metadata` object
      - `value` string
      - `type` 'string' | 'email'
    - `teamId` integer
    - `theme` string, color
    - `upgradeable` boolean
    - `scopesCnt` integer
    - `scoped` boolean
    - `accountType` string
    - `editable` boolean
    - `uid` string
    - `connectedSystemId` string
    - `organizationId` integer

---

[API](https://skmtc.dev/make/apis/web-api-v2-public.md) · [All operations](https://skmtc.dev/make/apis/web-api-v2-public/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/make/web-api-v2-public/revisions/531769e6f813/schema)
