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