action slicebox_get_anonymization_keys_id { label: "get_anonymization_keys_id" description: "get the anonymization key with the supplied ID" provider: slicebox method: GET path: "/anonymization/keys/{id}" encoding: json input: { type: "object" properties: { id: { type: "string" } } required: ["id"] additionalProperties: false } output: { type: "object" additionalProperties: true } }