action watchful_get_reports_sites_id { label: "Returns a PDF report for a specific site" description: "Returns a PDF report based on a site ID" provider: watchful method: GET path: "/reports/sites/{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 } }