action botschaft_topic_topic_topic_name_get { label: "Topic" provider: botschaft method: GET path: "/topic/{topic_name}" encoding: json input: { type: "object" properties: { authorization: { type: "string" } base64_message: { type: "string" } message: { type: "string" } topic_name: { type: "string" } } required: ["topic_name"] additionalProperties: false } output: { type: "object" } }