action watchful_get_logs { label: "Get a list of logs" description: "Returns a list of logs" provider: watchful method: GET path: "/logs" encoding: json input: { type: "object" properties: { fields: { type: "string" } from: { type: "string" } limit: { type: "string" } limitstart: { type: "string" } log_entry: { type: "string" } log_type: { type: "string" } order: { type: "string" } to: { type: "string" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }