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

KeyDatatypeRequiredDescription
channelstringFilter files appearing in a specific channel, indicated by its ID.
ts_fromstringFilter files created after this timestamp (inclusive).
ts_tostringFilter files created before this timestamp (inclusive).
limitstringThe maximum number of items to return.
cursorstringPaginate 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

{&quot;ok&quot;:&quot;\u003cboolean\u003e&quot;}