action watchful_get_reports_tags_id { label: "Find sites by ID" description: "Returns a report based on a site ID" provider: watchful method: GET path: "/reports/tags/{id}" encoding: json input: { type: "object" properties: { compare: { type: "string" } from: { type: "string" } id: { type: "string" } log_type: { type: "string" } reports: { type: "string" } to: { type: "string" } } required: ["id"] additionalProperties: false } output: { type: "object" additionalProperties: true } }