action watchful_get_feedbacks { label: "Get feedbacks" description: "Returns a list of feedbacks" provider: watchful method: GET path: "/feedbacks" encoding: json input: { type: "object" properties: { fields: { type: "string" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }