action watchful_get_tags { label: "Get a list of tags" description: "Returns a list of tags" provider: watchful method: GET path: "/tags" encoding: json input: { type: "object" properties: { fields: { type: "string" } limit: { type: "string" } limitstart: { type: "string" } name: { type: "string" } order: { type: "string" } type: { type: "string" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }