- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization scopes
- Try it!
Lists the latest prices for SKUs available to your Cloud Billing account.
HTTP request
GET https://cloudbilling.googleapis.com/v2beta/{parent=billingAccounts/*/skus/*}/prices
The URL uses gRPC Transcoding syntax.
Path parameters
| Parameters | |
|---|---|
parent |
Required. To list all Billing Account SKUs, use Note: Specifying an actual SKU resource id will return a collection of one Billing Account Price. |
Query parameters
| Parameters | |
|---|---|
currencyCode |
Optional. ISO-4217 currency code for the price. If not specified, currency of billing account will be used. |
pageSize |
Optional. Maximum number of |
pageToken |
Optional. Page token received from a previous |
Request body
The request body must be empty.
Response body
Response message for prices.list.
If successful, the response body contains data with the following structure:
| JSON representation |
|---|
{
"billingAccountPrices": [
{
object ( |
| Fields | |
|---|---|
billingAccountPrices[] |
The returned |
nextPageToken |
Token that can be sent as |
Authorization scopes
Requires one of the following OAuth scopes:
https://www.googleapis.com/auth/cloud-platformhttps://www.googleapis.com/auth/cloud-billinghttps://www.googleapis.com/auth/cloud-billing.readonly
For more information, see the Authentication Overview.