GET /files.list
List for a team, in a channel, or from a user with applied filters.
Servers
- https://slack.com/api
Query parameters
Name | Type | Required | Description |
---|---|---|---|
page |
String | No | |
channel |
String | No |
Filter files appearing in a specific channel, indicated by its ID. |
count |
String | No | |
ts_from |
Number | No |
Filter files created after this timestamp (inclusive). |
types |
String | No |
Filter files by type (see below). You can pass multiple values in the types argument, like |
user |
String | No |
Filter files created by a single user. |
token |
String | No |
Authentication token. Requires scope: |
ts_to |
Number | No |
Filter files created before this timestamp (inclusive). |
show_files_hidden_by_limit |
Boolean | No |
Show truncated file info for files hidden due to being too old, and the team who owns the file being over the file limit. |
How to start integrating
- Add HTTP Task to your workflow definition.
- Search for the API you want to integrate with and click on the name.
- This loads the API reference documentation and prepares the Http request settings.
- Click Test request to test run your request to the API and see the API's response.