App Logo
slack.com

List Slack files

List files shared in the workspace, optionally filtered by channel (name or id) and/or uploader (user id). One page per call (count/page). Returns id, name, title, type, size, user, timestamp and permalink. Requires login.

Input

page optional

1-based page (default 1).

user optional

Filter to an uploader (user id U…). Optional.

count optional

Files per page (default 50).

channel optional

Filter to a channel (name/id). Optional.

workspaceDomain optional

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

Output

files required
total optional

FAQ

List files shared in the workspace, optionally filtered by channel (name or id) and/or uploader (user id). One page per call (count/page). Returns id, name, title, type, size, user, timestamp and permalink. Requires login.
Optional: page, user, count, channel, workspaceDomain.
It returns files, total.
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_files, or run it from a terminal with the Reduck CLI: npx @reduck-ai/cli@latest run --script reduck/slack.com/list_files
It is part of Reduck's official curated catalogue.

Start building not clicking