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 API endpoint retrieves a list of billable SKUs within a specified SKU group.\u003c/p\u003e\n"],["\u003cp\u003eThe request requires a \u003ccode\u003eparent\u003c/code\u003e path parameter indicating the account and SKU group, and can optionally use \u003ccode\u003epageSize\u003c/code\u003e and \u003ccode\u003epageToken\u003c/code\u003e query parameters for pagination.\u003c/p\u003e\n"],["\u003cp\u003eThe HTTP request is a \u003ccode\u003eGET\u003c/code\u003e method with a defined URL structure using gRPC Transcoding syntax.\u003c/p\u003e\n"],["\u003cp\u003eA successful response returns a list of \u003ccode\u003eBillableSku\u003c/code\u003e resources, each detailing SKU information like name, service, and display names, sorted by service display name and then SKU display name.\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 server-side errors, respectively.\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/v1/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/v1/accounts.skuGroups.billableSkus/list#BillableSku.FIELDS.service_display_name)\n- [BillableSku.sku_display_name](/channel/docs/reference/rest/v1/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/v1/{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."]]