[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-06-20 UTC."],[[["\u003cp\u003eThis webpage details how to retrieve resource information for a specific cluster within a Google Cloud project using a GET request.\u003c/p\u003e\n"],["\u003cp\u003eThe HTTP request utilizes a specific URL structure with placeholders for the \u003ccode\u003eprojectId\u003c/code\u003e, \u003ccode\u003eregion\u003c/code\u003e, and \u003ccode\u003eclusterName\u003c/code\u003e as path parameters.\u003c/p\u003e\n"],["\u003cp\u003eThe request body for this operation must be empty, and it does not require any information to be sent in that manner.\u003c/p\u003e\n"],["\u003cp\u003eA successful request will return a response body containing an instance of a Cluster, providing the full details of the cluster.\u003c/p\u003e\n"],["\u003cp\u003eAuthorization to make this call requires a \u003ccode\u003edataproc.clusters.get\u003c/code\u003e IAM permission and the \u003ccode\u003ehttps://www.googleapis.com/auth/cloud-platform\u003c/code\u003e OAuth scope.\u003c/p\u003e\n"]]],[],null,["# Method: projects.regions.clusters.get\n\n- [HTTP request](#body.HTTP_TEMPLATE)\n- [Path parameters](#body.PATH_PARAMETERS)\n- [Request body](#body.request_body)\n- [Response body](#body.response_body)\n- [Authorization scopes](#body.aspect)\n- [Try it!](#try-it)\n\nGets the resource representation for a cluster in a project.\n\n### HTTP request\n\n`GET https://dataproc.googleapis.com/v1/projects/{projectId}/regions/{region}/clusters/{clusterName}`\n\nThe URL uses [gRPC Transcoding](https://google.aip.dev/127) syntax.\n\n### Path parameters\n\n### Request body\n\nThe request body must be empty.\n\n### Response body\n\nIf successful, the response body contains an instance of [Cluster](/dataproc/docs/reference/rest/v1/projects.regions.clusters#Cluster).\n\n### Authorization scopes\n\nRequires the following OAuth scope:\n\n- `https://www.googleapis.com/auth/cloud-platform`\n\nFor more information, see the [Authentication Overview](/docs/authentication#authorization-gcp)."]]