action pendo_get_search { label: "Search features" provider: pendo method: GET path: "/search" encoding: json input: { type: "object" properties: { products: { type: "string" } q: { type: "string" } scope: { type: "string" } status: { type: "string" } tags: { type: "string" } } required: ["q", "scope"] additionalProperties: false } output: { type: "object" additionalProperties: true } }