action tradematic_get_cloud_commands_commandid { label: "Get command by ID" description: "Get command by ID" provider: tradematic method: GET path: "/cloud/commands/{commandid}" encoding: json input: { type: "object" properties: { commandid: { type: "string" } } required: ["commandid"] additionalProperties: false } output: { type: "object" additionalProperties: true } }