---
title: "Retrieves detailed information about a specific Slack channel."
method: POST
path: "/getChannelConversationInfo"
tags: ["channel"]
---

# Retrieves detailed information about a specific Slack channel.

`POST /getChannelConversationInfo`

Fetches comprehensive data about a given Slack channel using its ID. Returns a conversation object containing various properties that describe the channel's characteristics, status, and metadata.

## Request body

- object
  - `body` object — Body of the getChannelConversationInfo sls call
    - `arguments` object, required — Container for function arguments.
      - `channelId` string, required — channelId: The ID of the channel to get information about. Channel IDs start with 'C'.

## Response `200`

Successful response

- object
  - `id` string
  - `name` string
  - `is_channel` boolean
  - `is_group` boolean
  - `is_im` boolean
  - `is_mpim` boolean
  - `is_private` boolean
  - `created` integer
  - `creator` string
  - `is_archived` boolean
  - `is_general` boolean
  - `unlinked` integer
  - `name_normalized` string
  - `is_shared` boolean
  - `is_frozen` boolean
  - `is_org_shared` boolean
  - `is_pending_ext_shared` boolean — Indicates if the conversation is ready to become an external shared channel but needs approval
  - `pending_shared` string[]
  - `context_team_id` string
  - `updated` integer
  - `parent_conversation` string
  - `is_ext_shared` boolean
  - `shared_team_ids` string[]
  - `pending_connected_team_ids` string[]
  - `is_member` boolean
  - `topic` object
    - `value` string
    - `creator` string
    - `last_set` integer
  - `purpose` object
    - `value` string
    - `creator` string
    - `last_set` integer
  - `previous_names` string[]
  - `num_members` integer
  - `locale` string
  - `last_read` integer
  - `latest` string
  - `unread_count` integer
  - `unread_count_display` integer

## Other responses

- `400` — Bad Request - The server cannot process the request due to a client error.
- `500` — Internal Server Error - The server has encountered a situation it doesn't know how to handle

---

[API](https://skmtc.net/microfox-ai/apis/slack-d.md) · [All operations](https://skmtc.net/microfox-ai/apis/slack-d/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/microfox-ai/slack-d/versions/cd0edf0c2cdf/schema)
