[[["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-07-22 UTC."],[[["\u003cp\u003eThis API endpoint retrieves a specific SKU group that is visible to a given billing account.\u003c/p\u003e\n"],["\u003cp\u003eThe HTTP request uses a \u003ccode\u003eGET\u003c/code\u003e method with a specific URL structure defined by gRPC Transcoding syntax, targeting the billing account and SKU group.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003ename\u003c/code\u003e path parameter is required and specifies the billing account and the specific SKU group to retrieve.\u003c/p\u003e\n"],["\u003cp\u003eThe request body for this operation must be empty, whereas a successful response will return a \u003ccode\u003eBillingAccountSkuGroup\u003c/code\u003e instance.\u003c/p\u003e\n"],["\u003cp\u003eAuthorization to use this API requires one of three specific OAuth scopes related to cloud platform and billing access.\u003c/p\u003e\n"]]],[],null,["# Method: billingAccounts.skuGroups.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 a SKU group visible to a `billing account`.\n\n### HTTP request\n\n`GET https://cloudbilling.googleapis.com/v1beta/{name=billingAccounts/*/skuGroups/*}`\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 [BillingAccountSkuGroup](/billing/docs/reference/pricing-api/rest/v1beta/billingAccounts.skuGroups#BillingAccountSkuGroup).\n\n### Authorization scopes\n\nRequires one of the following OAuth scopes:\n\n- `https://www.googleapis.com/auth/cloud-platform`\n- `https://www.googleapis.com/auth/cloud-billing`\n- `https://www.googleapis.com/auth/cloud-billing.readonly`\n\nFor more information, see the [Authentication Overview](/docs/authentication#authorization-gcp)."]]