List files
documentedList files in the workspace.
GET /api/files.listFilesno implementation yet0 runsNo implementation yet. Run it to have the agent write one, or open a pull request with your own.
Seed example (keychains curl)
npx -y keychains@latest curl "https://slack.com/api/files.list?user={{$user}}&channel={{$channel}}&ts_from={{$ts_from}}&ts_to={{$ts_to}}&types={{$types}}&count={{$count}}&page={{$page}}&show_files_hidden_by_limit={{$show_files_hidden_by_limit}}" \
-X GET \
-H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
-H "Accept: application/json"