Slack
slack_list_files
List files in the workspace. Filter by channel, user, or type. Free plan: files older than 90 days are deleted.
Remote node2flow/slack
Other tools also called slack_list_files?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"page": {
"type": "number",
"description": "Page number"
},
"user": {
"type": "string",
"description": "Filter by user ID"
},
"count": {
"type": "number",
"description": "Items per page"
},
"ts_to": {
"type": "string",
"description": "Filter to timestamp (Unix)"
},
"types": {
"type": "string",
"description": "Filter by type: all, spaces, snippets, images, gdocs, zips, pdfs"
},
"_fields": {
"type": "string",
"description": "Comma-separated list of fields to include in the response"
},
"channel": {
"type": "string",
"description": "Filter by channel ID"
},
"ts_from": {
"type": "string",
"description": "Filter from timestamp (Unix)"
}
}
}