App Logo
slack.com

Get Slack thread replies

Read every reply in a thread by channel (name or id) and the parent message ts (thread_ts). Returns the parent plus its replies, authors resolved to display names. Requires login.

Input

ts required

The parent message's ts / thread_ts.

channel required

Channel name (with or without #) or id (C…).

limit optional

Max replies per page (default 100).

cursor optional

next_cursor from a previous call.

workspaceDomain optional

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

Output

channel required
replies required
parent optional
nextCursor optional

FAQ

Read every reply in a thread by channel (name or id) and the parent message ts (thread_ts). Returns the parent plus its replies, authors resolved to display names. Requires login.
Required: channel, ts. Optional: limit, cursor, workspaceDomain.
It returns parent, channel, replies, nextCursor.
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_thread_replies, or run it from a terminal with the Reduck CLI: npx @reduck-ai/cli@latest run --script reduck/slack.com/get_thread_replies
It is part of Reduck's official curated catalogue.

Start building not clicking