---
title: "List connected Slack workspaces"
method: GET
path: "/v1/integrations/slack/installations"
tags: ["integrations"]
---

# List connected Slack workspaces

`GET /v1/integrations/slack/installations`

List connected Slack workspaces with their selected ingestion channel counts.

## Response `200`

Connected Slack workspaces for the organization

- SlackInstallationOverviewListResponse — List of connected Slack workspaces for the data sources overview.
  - `data` SlackInstallationOverview[], required — Connected Slack workspaces
    - `installation_id` string, required — Slack installation ID
    - `team_id` string, required — Slack team ID
    - `team_name` string, nullable, required — Slack team name
    - `status` string, required — The installation status
    - `store_id` string, nullable — Mixedbread ingestion store ID
    - `store_name` string, nullable — Mixedbread ingestion store name
    - `syncing_channel_count` integer — Number of Slack channels selected for ingestion

---

[API](https://skmtc.net/mixedbread/apis/mxbai-omni.md) · [All operations](https://skmtc.net/mixedbread/apis/mxbai-omni/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/mixedbread/mxbai-omni/versions/2eece97b5ae5/schema)
