v1

latestOpenAPI 3.0.02026-07-1417448450.4 KB
files.remote
files

Retrieve information about a remote file added to Slack

get/files.remote.list

Query parameters

tokenstring

Authentication token. Requires scope: remote_files:read

channelstring

Filter files appearing in a specific channel, indicated by its ID.

ts_fromnumber

Filter files created after this timestamp (inclusive).

ts_tonumber

Filter files created before this timestamp (inclusive).

limitinteger

The maximum number of items to return.

cursorstring

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.

Response

Typical success response

oktrue required