Retrieve information about a conversation.
| |
|---|
| Surface | web-api |
| Rate limit | Tier 3 (50/min) |
| Argument | Required | Type | |
|---|
channel | no | string | Conversation ID to learn more about |
include_locale | no | boolean | Set this to true to receive the locale for this conversation. Defaults to false |
include_num_members | no | boolean | Set to true to include the member count for the specified conversation. Defaults to false |
ok is always present (true, or false with error). Additional fields:
Works with every official Slack SDK — call it exactly as you would against Slack.
| |
|---|
| Source spec | Slack Web API OpenAPI v1.7.0 (apis.guru OAS3 conversion of slackapi/slack-api-specs, upstream archived 2024-03) |
| Retrieved / verified | 2026-06-04 · patches applied: 0 |
| In frozen spec | yes — fields below are copied from the published spec |
| Conformance | exercised by unmodified official SDKs on every release |
| See also | Slack’s conversations.info reference |