action files_get_apps { label: "List Apps" description: "List Apps" provider: files method: GET path: "/apps" encoding: json input: { type: "object" properties: { cursor: { type: "string" } filter: { type: "object" } filter_gt: { type: "object" } filter_gteq: { type: "object" } filter_like: { type: "object" } filter_lt: { type: "object" } filter_lteq: { type: "object" } per_page: { type: "integer" format: "int32" } sort_by: { type: "object" } } additionalProperties: false } output: { type: "array" items: { type: "object" description: "List Apps" properties: { app_type: { type: "string" description: "The type of the App" enum: ["sdk", "sso", "remote_server", "folder_behavior", "client_app", "app_integration"] } documentation_links: { type: "object" description: "Collection of named links to documentation" } extended_description: { type: "string" description: "Long form description of the App" } external_homepage_url: { type: "string" description: "Link to external homepage" } featured: { type: "boolean" description: "Is featured on the App listing?" } folder_behavior_type: { type: "string" description: "Associated Folder Behavior type, if any" enum: ["webhook", "file_expiration", "auto_encrypt", "lock_subfolders", "storage_region", "serve_publicly", "create_user_folders", "remote_server_sync", "inbox", "append_timestamp", "limit_file_extensions", "limit_file_regex", "amazon_sns", "watermark", "remote_server_mount", "slack_webhook", "auto_decrypt", "override_upload_filename"] } icon_url: { type: "string" description: "App icon" } logo_thumbnail_url: { type: "string" description: "Logo thumbnail for the App" } logo_url: { type: "string" description: "Full size logo for the App" } marketing_youtube_url: { type: "string" description: "Marketing video page" } name: { type: "string" description: "Name of the App" } remote_server_type: { type: "string" description: "Associated Remote Server type, if any" enum: ["ftp", "sftp", "s3", "google_cloud_storage", "webdav", "wasabi", "backblaze_b2", "one_drive", "rackspace", "box", "dropbox", "google_drive", "azure", "sharepoint", "s3_compatible", "azure_files", "files_agent", "filebase"] } screenshot_list_urls: { type: "array" description: "Screenshots of the App" items: { type: "string" } } short_description: { type: "string" description: "Short description of the App" } sso_strategy_type: { type: "string" description: "Associated SSO Strategy type, if any" enum: ["google", "auth0", "okta", "atlassian", "azure", "box", "dropbox", "slack", "_unused_ubuntu", "onelogin", "saml", "idaptive", "ldap", "scim"] } tutorial_youtube_url: { type: "string" description: "Tutorial video page" } } } } }