action domainsdb_get_domains_tld_zone_id_search { label: "Domains Search for TLD" provider: domainsdb method: GET path: "/domains/tld/{zone_id}/search" encoding: json input: { type: "object" properties: { A: { type: "string" } CNAME: { type: "string" } MX: { type: "string" } NS: { type: "string" } TXT: { type: "string" } api_key: { type: "string" } country: { type: "string" } date: { type: "string" } domain: { type: "string" } isDead: { type: "boolean" } limit: { type: "integer" } page: { type: "string" } } additionalProperties: false } output: { type: "object" } }