List Files
GET {{baseUrl}}/files.list?count=<post>&channel=<>&ts_to=<>&ts_from=<>&token=<>&user=<post>&page=<post>&types=<>
Lists & filters team files.
Request Params
| Key | Datatype | Required | Description | 
|---|---|---|---|
| count | string | ||
| channel | string | Private channel to fetch thread from | |
| ts_to | string | Filter files created before this timestamp (inclusive). | |
| ts_from | string | Filter files created after this timestamp (inclusive). | |
| token | string | Authentication token. Requires scope: groups:history | |
| user | string | Filter logs generated by this user???s actions. Defaults to all logs. | |
| page | string | ||
| types | string | Mix and match channel types by providing a comma-separated list of any combination of public_channel,private_channel,mpim,im |