/files.remote.list
GET
/files.remote.list
files.remotefiles
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://slack.com/api/files.remote.list'
Response Response Example
200 - response
{
"ok": true
}
Request
Query Params
token
stringÂ
optional
remote_files:read
channel
stringÂ
optional
ts_from
numberÂ
optional
ts_to
numberÂ
optional
limit
integerÂ
optional
cursor
stringÂ
optional
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
Modified at 2023-08-15 05:39:46