action watchful_get_sites_id_extensions { label: "Get extensions for a site" description: "Get extensions for a site" provider: watchful method: GET path: "/sites/{id}/extensions" encoding: json input: { type: "object" properties: { fields: { type: "string" } id: { type: "string" } limit: { type: "string" } limitstart: { type: "string" } order: { type: "string" } } required: ["id"] additionalProperties: false } output: { type: "object" additionalProperties: true } }