files remote list
GET {{baseUrl}}/files.remote.list?channel=<string>&ts_from=<number>&ts_to=<number>&limit=<integer>&cursor=<string>
Retrieve information about a remote file added to Slack
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
channel | string | Filter files appearing in a specific channel, indicated by its ID. | |
ts_from | string | Filter files created after this timestamp (inclusive). | |
ts_to | string | Filter files created before this timestamp (inclusive). | |
limit | string | The maximum number of items to return. | |
cursor | string | Paginate through collections of data by setting the cursor parameter to a next_cursor attribute returned by a previous request's response_metadata . Default value fetches the first "page" of the collection. See pagination for more detail. |
RESPONSES
status: OK
{"ok":"\u003cboolean\u003e"}