action box_get_legal_hold_policies_id { label: "Get legal hold policy" description: "Retrieve a legal hold policy." provider: box method: GET path: "/legal_hold_policies/{legal_hold_policy_id}" encoding: json input: { type: "object" properties: { legal_hold_policy_id: { type: "string" } } required: ["legal_hold_policy_id"] additionalProperties: false } output: { type: "object" description: "Legal Hold Policy information describes the basic\ncharacteristics of the Policy, such as name, description,\nand filter dates." } }