action cloudflare_domain_history_get_domain_history { label: "Get Domain History" description: "Gets historical security threat and content categories currently and previously assigned to a domain." provider: cloudflare method: GET path: "/accounts/{account_id}/intel/domain-history" encoding: json input: { type: "object" properties: { account_id: { type: "string" description: "Identifier." } domain: { type: "string" } } required: ["account_id"] additionalProperties: false } output: { type: "object" } }