action pendo_get_comments { label: "fetch Comment records" description: "get a list of Comment records" provider: pendo method: GET path: "/comments" encoding: json input: { type: "object" properties: { case_id: { type: "string" } } required: ["case_id"] additionalProperties: false } output: { type: "object" additionalProperties: true } }