files_remote_list
Retrieve a list of remote files from Slack, with optional filters for channel, creation time, and pagination.
Instructions
List remote files.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of files to return per page. | |
| ts_to | No | Filter files created before this Unix timestamp. | |
| cursor | No | Pagination cursor for the next page, from a prior response's ``response_metadata.next_cursor``. | |
| channel | No | Filter to remote files shared in this channel (e.g. ``C0123``). | |
| ts_from | No | Filter files created after this Unix timestamp. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||