action apache_get_variable { label: "Get a variable" description: "Get a variable by key." provider: apache method: GET path: "/variables/{variable_key}" encoding: json output: { description: "Full representation of Variable" type: "object" } }