Slack
SLACKBOT_LIST_REMOTE_FILES
Retrieve information about a team's remote files.
Remote slackbot
Other tools also called SLACKBOT_LIST_REMOTE_FILES?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"limit": {
"type": "integer",
"title": "Limit",
"examples": [
20
],
"description": "The maximum number of items to return."
},
"ts_to": {
"type": "number",
"title": "Ts To",
"examples": [
123456789.012345
],
"description": "Filter files created before this timestamp (inclusive)."
},
"cursor": {
"type": "string",
"title": "Cursor",
"examples": [
"dXNlcjpVMDYxTkZUVDI="
],
"description": "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."
},
"channel": {
"type": "string",
"title": "Channel",
"examples": [
"C1234567890"
],
"description": "Filter files appearing in a specific channel, indicated by its ID."
},
"ts_from": {
"type": "number",
"title": "Ts From",
"examples": [
123456789.012345
],
"description": "Filter files created after this timestamp (inclusive)."
}
}
}