action watchful_get_sites_id_logs { label: "Return logs for a specific website" description: "Return logs for a specific website" provider: watchful method: GET path: "/sites/{id}/logs" encoding: json input: { type: "object" properties: { fields: { type: "string" } from: { type: "string" } id: { type: "string" } limit: { type: "string" } limitstart: { type: "string" } log_entry: { type: "string" } log_type: { type: "string" } order: { type: "string" } to: { type: "string" } } required: ["id"] additionalProperties: false } output: { type: "object" additionalProperties: true } }