[[["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 endpoint retrieves metadata for a specified Bigtable table using a GET request.\u003c/p\u003e\n"],["\u003cp\u003eThe request URL follows a specific format: \u003ccode\u003eGET https://bigtableadmin.googleapis.com/v2/{name=projects/*/instances/*/tables/*}\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003ename\u003c/code\u003e parameter, which is required, identifies the target table using the format \u003ccode\u003eprojects/{project}/instances/{instance}/tables/{table}\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe optional \u003ccode\u003eview\u003c/code\u003e parameter lets users control the level of detail returned for the table's fields, with a default value of \u003ccode\u003eSCHEMA_VIEW\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eSuccessful requests will return a \u003ccode\u003eTable\u003c/code\u003e instance in the response body, and require specific authorization scopes including those related to Bigtable and cloud platform admin privileges.\u003c/p\u003e\n"]]],[],null,["# Method: projects.instances.tables.get\n\nGets metadata information about the specified table.\n\n### HTTP request\n\n`GET https://bigtableadmin.googleapis.com/v2/{name=projects/*/instances/*/tables/*}`\n\nThe URL uses [gRPC Transcoding](https://google.aip.dev/127) syntax.\n\n### Path parameters\n\n### Query 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 [Table](/bigtable/docs/reference/admin/rest/v2/projects.instances.tables#Table).\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.table`\n- `https://www.googleapis.com/auth/cloud-bigtable.admin`\n- `https://www.googleapis.com/auth/cloud-bigtable.admin.table`\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)."]]