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
Gateway
The gateway proxies requests and injects credentials server-side. Configure credentials above, then enter your gateway URL.

Saved automatically to browser storage.

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.

Enter a gateway URL above to enable sending.

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

TypeScript

import slack from '@utdk/slack';

await slack.filesRemoteInfo()