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