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