provider files.remotefiles GET /files.remote.info
@utdk/slack /files.remote.info
files_remote_info
Retrieve information about a remote file added to Slack
token query
Authentication token. Requires scope: `remote_files:read`
string
file query
Specify a file by providing its ID.
string
external_id query
Creator defined GUID for the file.
string

Try it

Authentication
Configure credentials for Slack Web API
filesRemoteInfo
GET/files.remote.info
Retrieve information about a remote file added to Slack

Authentication token. Requires scope: `remote_files:read`

Specify a file by providing its ID.

Creator defined GUID for the file.

Configure credentials above to enable sending.

Code snippet
Updates live as you fill in the form above.

TypeScript

import slack from '@utdk/slack';

await slack.filesRemoteInfo()