slack_list_files
List Slack file metadata by channel, user, type, or date. Use pagination to browse results without downloading file contents.
Instructions
List files in the Slack workspace (metadata only, no content download).
Args: channel_id: Filter by channel ID user_id: Filter by uploader's user ID types: Filter by types (comma-separated: spaces, snippets, images, gdocs, zips, pdfs, all) count: Results per page, 1-100 (default: 100) page: Page number (default: 1) ts_from: Filter files created after this Unix timestamp ts_to: Filter files created before this Unix timestamp
Returns: File metadata list with pagination info
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | ||
| count | No | ||
| ts_to | No | ||
| types | No | ||
| ts_from | No | ||
| user_id | No | ||
| channel_id | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||