action box_get_folders_id_get_shared_link { label: "Get shared link for folder" description: "Gets the information for a shared link on a folder." provider: box method: GET path: "/folders/{folder_id}#get_shared_link" encoding: json input: { type: "object" properties: { fields: { type: "string" } folder_id: { type: "string" } } required: ["fields", "folder_id"] additionalProperties: false } output: { type: "object" description: "A standard representation of a folder, as returned from any\nfolder API endpoints by default" required: ["created_by", "item_collection", "item_status", "modified_by", "owned_by", "path_collection", "size"] } }