Possible error codes: PERMISSION_DENIED: If the account making the request and the account being queried for are different, or the account doesn't exist. INVALID_ARGUMENT: Missing or invalid required parameters in the request. INTERNAL: Any non-user error related to technical issue in the backend. In this case, contact cloud channel support.
Return Value: If successful, the BillableSku resources. The data for each resource is displayed in the ascending order of:
Required. Resource name of the SKU group. Format: accounts/{account}/skuGroups/{skuGroup}.
Query parameters
Parameters
pageSize
integer
Optional. The maximum number of SKUs to return. The service may return fewer than this value. If unspecified, returns a maximum of 100000 SKUs. The maximum value is 100000; values above 100000 will be coerced to 100000.
[[["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-19 UTC."],[[["\u003cp\u003eThis endpoint lists billable SKUs within a specified SKU group, identified by the \u003ccode\u003eparent\u003c/code\u003e path parameter.\u003c/p\u003e\n"],["\u003cp\u003eThe request is made via a \u003ccode\u003eGET\u003c/code\u003e HTTP method to the provided URL, with no required request body.\u003c/p\u003e\n"],["\u003cp\u003eOptional query parameters \u003ccode\u003epageSize\u003c/code\u003e and \u003ccode\u003epageToken\u003c/code\u003e allow for pagination of the results.\u003c/p\u003e\n"],["\u003cp\u003eSuccessful responses return a list of \u003ccode\u003eBillableSku\u003c/code\u003e resources, sorted by \u003ccode\u003eservice_display_name\u003c/code\u003e and \u003ccode\u003esku_display_name\u003c/code\u003e, with details on each SKU's name, service, and display names.\u003c/p\u003e\n"],["\u003cp\u003ePossible error codes include \u003ccode\u003ePERMISSION_DENIED\u003c/code\u003e, \u003ccode\u003eINVALID_ARGUMENT\u003c/code\u003e, and \u003ccode\u003eINTERNAL\u003c/code\u003e, indicating issues with permissions, request parameters, or internal server errors.\u003c/p\u003e\n"]]],[],null,["# Method: accounts.skuGroups.billableSkus.list\n\n- [HTTP request](#body.HTTP_TEMPLATE)\n- [Path parameters](#body.PATH_PARAMETERS)\n- [Query parameters](#body.QUERY_PARAMETERS)\n- [Request body](#body.request_body)\n- [Response body](#body.response_body)\n - [JSON representation](#body.ListSkuGroupBillableSkusResponse.SCHEMA_REPRESENTATION)\n- [Authorization scopes](#body.aspect)\n- [BillableSku](#BillableSku)\n - [JSON representation](#BillableSku.SCHEMA_REPRESENTATION)\n- [Try it!](#try-it)\n\nLists the Billable SKUs in a given SKU group.\n\nPossible error codes: PERMISSION_DENIED: If the account making the request and the account being queried for are different, or the account doesn't exist. INVALID_ARGUMENT: Missing or invalid required parameters in the request. INTERNAL: Any non-user error related to technical issue in the backend. In this case, contact cloud channel support.\n\nReturn Value: If successful, the [BillableSku](/channel/docs/reference/rest/v1alpha1/accounts.skuGroups.billableSkus/list#BillableSku) resources. The data for each resource is displayed in the ascending order of:\n\n- [BillableSku.service_display_name](/channel/docs/reference/rest/v1alpha1/accounts.skuGroups.billableSkus/list#BillableSku.FIELDS.service_display_name)\n- [BillableSku.sku_display_name](/channel/docs/reference/rest/v1alpha1/accounts.skuGroups.billableSkus/list#BillableSku.FIELDS.sku_display_name)\n\nIf unsuccessful, returns an error.\n\n### HTTP request\n\n`GET https://cloudchannel.googleapis.com/v1alpha1/{parent=accounts/*/skuGroups/*}/billableSkus`\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\nResponse message for billableSkus.list.\n\nIf successful, the response body contains data with the following structure:\n\n### Authorization scopes\n\nRequires the following OAuth scope:\n\n- `https://www.googleapis.com/auth/apps.order`\n\nFor more information, see the [Authentication Overview](/docs/authentication#authorization-gcp).\n\nBillableSku\n-----------\n\nRepresents the Billable SKU information."]]