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

# List connections

`GET /connections/list`

List all connections for the user.

## Response `200`

Successful Response

- ListConnectionsResponse
  - `connections` ConnectionInfo[], required
    - `id` string, required — The connection's id
    - `integration_id` string, required — The connection's integration id
    - `provider` 'reddit' | 'notion' | 'slack' | 'google_calendar' | 'google_mail' | 'box' | 'dropbox' | 'github' | 'google_drive' | 'vault' | 'web_crawler' | 'trace' | 'microsoft_teams' | 'gmail_actions' | 'granola' | 'fathom' | 'fireflies' | 'linear' | 'hubspot' | 'salesforce' | 'coda' | 'lightfield' | 'gong', required
    - `label` string, nullable, required — The connection's label
    - `selected_count` integer — Count of items in user_options.channels (Teams: workspaces selected; 0 means nothing is being indexed for integrations that require selection).

---

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