---
title: "List Slack Conversations"
method: GET
path: "/api/v1/channels/slack/conversations"
tags: ["channels"]
---

# List Slack Conversations

`GET /api/v1/channels/slack/conversations`

The channels the bot is actually in.

Only channels it has been invited to: listing every channel in the
workspace would offer the operator choices that cannot work, since the bot
receives no events from a room it is not a member of.

## Response `200`

Successful Response

- SlackConversationsResponse
  - `channels` SlackConversationRead[], required
    - `external_conversation_id` string, required
    - `name` string, required
    - `is_member` boolean, required
    - `is_private` boolean, required

## Changes

> 17 revisions in range; 1 not diffed.

- **2026-09-09** `14d0341c60b5` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/getanana/apis/cleon-api/changes/api/v1/channels/slack/conversations/get.md)

---

[API](https://skmtc.dev/getanana/apis/cleon-api.md) · [All operations](https://skmtc.dev/getanana/apis/cleon-api/llms.txt) · [OpenAPI document](https://skmtc.dev/getanana/apis/cleon-api/revisions/94579f820778?raw)
