action watchful_get_types_logs { label: "Get the list of log types" description: "Returns a list of log types" provider: watchful method: GET path: "/logs/types" encoding: json output: { type: "object" additionalProperties: true } }