---
title: "GET /admin.conversations.getTeams"
method: GET
path: "/admin.conversations.getTeams"
tags: ["admin.conversations", "admin"]
---

# GET /admin.conversations.getTeams

`GET /admin.conversations.getTeams`

Get all the workspaces a given public or private channel is connected to within this Enterprise org.

## Query parameters

- `channel_id` string, required
- `cursor` string
- `limit` integer

## Headers

- `token` string, required

## Response `200`

Typical success response

- object — Schema for successful response of admin.conversations.getTeams
  - `ok` true, required
  - `response_metadata` object
    - `next_cursor` string, required
  - `team_ids` DefsTeam[], required

## Other responses

- `default` — Typical error response

---

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