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