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