action turbinelabs_get_cluster_cluster_key { label: "get cluster" description: "Get details for an existing cluster" provider: turbinelabs method: GET path: "/cluster/{clusterKey}" encoding: json input: { type: "object" properties: { clusterKey: { type: "string" } } required: ["clusterKey"] additionalProperties: false } output: { type: "object" additionalProperties: true } }