App Logo
slack.com

Get Slack channel info

Get one channel's details by name or id: name, privacy, member count, topic, purpose, creator, created date, and archived/general flags. Requires login.

Input

channel required

Channel name/#name or id (C…).

workspaceDomain optional

Workspace host, e.g. acme.slack.com. Defaults to the active workspace.

Output

id required
name required
topic optional
created optional
creator optional
purpose optional
is_member optional
is_general optional
is_private optional
is_archived optional
num_members optional

FAQ

Get one channel's details by name or id: name, privacy, member count, topic, purpose, creator, created date, and archived/general flags. Requires login.
Required: channel. Optional: workspaceDomain.
It returns id, name, topic, created, creator, purpose, is_member, is_general, is_private, is_archived, num_members.
Yes. It acts as you on slack.com: on your own Chrome it reuses your session, and on a Reduck-hosted browser it loads the slack.com cookies saved by the Reduck extension.
Unknown: its author has not declared whether it changes anything on slack.com, so treat it as if it could.
Ask an AI agent connected to Reduck to run reduck/slack.com/get_channel_info, or run it from a terminal with the Reduck CLI: npx @reduck-ai/cli@latest run --script reduck/slack.com/get_channel_info
It is part of Reduck's official curated catalogue.

Start building not clicking