action box_get_folder_locks { label: "List folder locks" description: "Retrieves folder lock details for a given folder.\n\nYou must be authenticated as the owner or co-owner of the folder to\nuse this endpoint." provider: box method: GET path: "/folder_locks" encoding: json input: { type: "object" properties: { folder_id: { type: "string" } } required: ["folder_id"] additionalProperties: false } output: { type: "object" description: "A list of folder locks" } }