Slack

SLACK_LIST_REMOTE_FILES

Retrieve information about a team's remote files.

Remote slack

Other tools also called SLACK_LIST_REMOTE_FILES? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "limit": {
      "type": "integer",
      "description": "The maximum number of items to return.\nExample: 20"
    },
    "ts_to": {
      "type": "number",
      "description": "Filter files created before this timestamp (inclusive).\nExample: 123456789.012345"
    },
    "cursor": {
      "type": "string",
      "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.\nExample: \"dXNlcjpVMDYxTkZUVDI=\""
    },
    "channel": {
      "type": "string",
      "description": "Filter files appearing in a specific channel, indicated by its ID.\nExample: \"C1234567890\""
    },
    "ts_from": {
      "type": "number",
      "description": "Filter files created after this timestamp (inclusive).\nExample: 123456789.012345"
    }
  }
}
          

Provider

Slack →