Slack: List Files logo

Catalog action Integrations slack

List files in a Slack workspace via native OAuth integration. Supports filtering by channel, user, and file type. Ideal for: file auditing, storage analysis, content discovery.

At a Glance

FieldValue
Action IDslack-list-files
CategoryIntegrations
Connectorslack
Requires gasNo
Funds movementNone declared
Tagsslack, integration, read

Payload Schema

FieldTypeRequiredDescription
channelstringNoFilter by channel ID
userstringNoFilter by user ID
typesstringNoFilter by file types (comma-separated: all, spaces, snippets, images, gdocs, zips, pdfs)
countnumberNoNumber of files per page (default: 100, max: 1000)
pagenumberNoPage number (default: 1)

Result Schema

FieldTypeRequiredDescription
successbooleanYes-
dataobjectNo-

Examples

json
{ "type": "slack-list-files", "payload": { "channel": "example-channel", "user": "example-user", "types": "all", "count": 100, "page": 1 }, "children": [], "connector": { "type": "slack", "id": "conn_slack" }}

Payload fields can use workflow expressions such as {{$trigger.body.amount}}, {{$nodes.fetch.result.price}}, and {{$props.asset}} when the value should come from a trigger, prior node, or reusable workflow prop.

Ask a question... ⌘I