action watchful_get_list_backups { label: "List of latest backups" description: "List of latest backups" provider: watchful method: GET path: "/sites/{id}/backups" encoding: json input: { type: "object" properties: { id: { type: "string" } } required: ["id"] additionalProperties: false } output: { type: "object" additionalProperties: true } }