App Logo
slack.com

List Slack saved items

List your Saved items (starred messages/files), newest first. One page per call (count/page). Returns each item's type, channel, message ts/text (resolved author) and date saved. Requires login.

Input

page optional

1-based page (default 1).

count optional

Items per page (default 50).

workspaceDomain optional

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

Output

items required

FAQ

List your Saved items (starred messages/files), newest first. One page per call (count/page). Returns each item's type, channel, message ts/text (resolved author) and date saved. Requires login.
Optional: page, count, workspaceDomain.
It returns items.
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/list_saved, or run it from a terminal with the Reduck CLI: npx @reduck-ai/cli@latest run --script reduck/slack.com/list_saved
It is part of Reduck's official curated catalogue.

Start building not clicking