GET /files.list

List for a team, in a channel, or from a user with applied filters.

Servers

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 types=spaces,snippets.The default value is all, which does not filter the list.

user String No

Filter files created by a single user.

token String No

Authentication token. Requires scope: files:read

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

  1. Add HTTP Task to your workflow definition.
  2. 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.
  3. Click Test request to test run your request to the API and see the API's response.