action turbinelabs_get_domain_domain_key { label: "get domain" description: "Get details for a single domain" provider: turbinelabs method: GET path: "/domain/{domainKey}" encoding: json input: { type: "object" properties: { domainKey: { type: "string" } } required: ["domainKey"] additionalProperties: false } output: { type: "object" additionalProperties: true } }