[[["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 Cloud Bigtable backup, whether it's pending or already completed.\u003c/p\u003e\n"],["\u003cp\u003eThe request is made via a \u003ccode\u003eGET\u003c/code\u003e HTTP request to a specific URL that follows gRPC Transcoding syntax and includes the backup's name.\u003c/p\u003e\n"],["\u003cp\u003eThe request requires authorization with specific IAM permissions (\u003ccode\u003ebigtable.backups.get\u003c/code\u003e) on the resource indicated by the provided backup name.\u003c/p\u003e\n"],["\u003cp\u003eThe request body should be empty, and if the operation is successful, the response will include a \u003ccode\u003eBackup\u003c/code\u003e instance containing the requested metadata.\u003c/p\u003e\n"],["\u003cp\u003eAuthorization requires one of several OAuth scopes related to Bigtable or Cloud platform administration.\u003c/p\u003e\n"]]],[],null,["# Method: projects.instances.clusters.backups.get\n\nGets metadata on a pending or completed Cloud Bigtable Backup.\n\n### HTTP request\n\n`GET https://bigtableadmin.googleapis.com/v2/{name=projects/*/instances/*/clusters/*/backups/*}`\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 [Backup](/bigtable/docs/reference/admin/rest/v2/projects.instances.clusters.backups#Backup).\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\nFor more information, see the [Authentication Overview](/docs/authentication#authorization-gcp)."]]