GET files.remote.list
Summary: —
Operation ID: files_remote_list
Auth: unknown
Operation ID: files_remote_list
Auth: unknown
Description
Retrieve information about a remote file added to Slack
Parameters (6)
channel
(string, query, optional)
Filter files appearing in a specific channel, indicated by its ID.
cursor
(string, query, optional)
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](/docs/pagination) for more detail.
limit
(integer, query, optional)
The maximum number of items to return.
token
(string, query, optional)
Authentication token. Requires scope: `remote_files:read`
ts_from
(number, query, optional)
Filter files created after this timestamp (inclusive).
ts_to
(number, query, optional)
Filter files created before this timestamp (inclusive).
No probe data for this endpoint yet.