[[["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-05-08 UTC."],[[["\u003cp\u003eThis webpage provides details on how to retrieve information about a specific instance using a \u003ccode\u003eGET\u003c/code\u003e request to the Google Cloud Bigtable Admin API.\u003c/p\u003e\n"],["\u003cp\u003eThe request URL structure is \u003ccode\u003eGET https://bigtableadmin.googleapis.com/v2/{name=projects/*/instances/*}\u003c/code\u003e, using gRPC Transcoding syntax, where \u003ccode\u003e{name}\u003c/code\u003e is a required path parameter.\u003c/p\u003e\n"],["\u003cp\u003eTo make the request, you must have the \u003ccode\u003ebigtable.instances.get\u003c/code\u003e IAM permission on the specified resource \u003ccode\u003ename\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe request body must be empty, and a successful response returns an \u003ccode\u003eInstance\u003c/code\u003e object containing the instance's details.\u003c/p\u003e\n"],["\u003cp\u003eThe request requires one of several specified OAuth scopes, such as \u003ccode\u003ehttps://www.googleapis.com/auth/bigtable.admin\u003c/code\u003e or \u003ccode\u003ehttps://www.googleapis.com/auth/cloud-platform\u003c/code\u003e.\u003c/p\u003e\n"]]],[],null,["# Method: projects.instances.get\n\nGets information about an instance.\n\n### HTTP request\n\n`GET https://bigtableadmin.googleapis.com/v2/{name=projects/*/instances/*}`\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 [Instance](/bigtable/docs/reference/admin/rest/v2/projects.instances#Instance).\n\n### Authorization scopes\n\nRequires one of the following OAuth scopes:\n\n- `https://www.googleapis.com/auth/bigtable.admin`\n- `https://www.googleapis.com/auth/bigtable.admin.cluster`\n- `https://www.googleapis.com/auth/bigtable.admin.instance`\n- `https://www.googleapis.com/auth/cloud-bigtable.admin`\n- `https://www.googleapis.com/auth/cloud-bigtable.admin.cluster`\n- `https://www.googleapis.com/auth/cloud-platform`\n- `https://www.googleapis.com/auth/cloud-platform.read-only`\n\nFor more information, see the [Authentication Overview](/docs/authentication#authorization-gcp)."]]