- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization scopes
- Try it!
Lists all publicly listed SKUs contained by a publicly listed SKU group.
HTTP request
GET https://cloudbilling.googleapis.com/v1beta/{parent=skuGroups/*}/skus
The URL uses gRPC Transcoding syntax.
Path parameters
| Parameters | |
|---|---|
| parent | 
 Required. The  | 
Query parameters
| Parameters | |
|---|---|
| pageSize | 
 Maximum number of  | 
| pageToken | 
 Page token received from a previous  | 
Request body
The request body must be empty.
Response body
Response message for [skus.list][google.cloud.billing.skugroupskus.v1main.ListSkuGroupSkus].
If successful, the response body contains data with the following structure:
| JSON representation | 
|---|
| {
  "skuGroupSkus": [
    {
      object ( | 
| Fields | |
|---|---|
| skuGroupSkus[] | 
 The returned  | 
| nextPageToken | 
 Token that can be sent as  | 
Authorization scopes
Requires one of the following OAuth scopes:
- https://www.googleapis.com/auth/cloud-platform
- https://www.googleapis.com/auth/cloud-billing
- https://www.googleapis.com/auth/cloud-billing.readonly
For more information, see the Authentication Overview.