action influxdata_get_query_suggestions_name { label: "Retrieve query suggestions for a branching suggestion" provider: influxdata method: GET path: "/query/suggestions/{name}" encoding: json input: { type: "object" properties: { name: { type: "string" } } required: ["name"] additionalProperties: false } output: { type: "object" properties: { name: { type: "string" } params: { type: "object" } } } }