Maximum number of SKUs to return. Results may return fewer than this value. Default value is 50 and maximum value is 5000.
pageToken
string
Page token received from a previous skus.list call to retrieve the next page of results. If this field is empty, the first page is returned.
filter
string
Options for how to filter the SKUs. Currently, only filter on service is supported. Only !=, = operators are supported. Examples: service = "services/DA34-426B-A397"
Request body
The request body must be empty.
Response body
Response message for skus.list.
If successful, the response body contains data with the following structure:
[[["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 2023-07-06 UTC."],[[["This endpoint lists all publicly available SKUs (Stock Keeping Units) via a GET request to `https://cloudbilling.googleapis.com/v2beta/skus`."],["You can filter the list of SKUs by service and use `pageSize` and `pageToken` parameters to control the number of results returned and to paginate through them."],["The request body must be empty for this endpoint to function correctly."],["The response body will be a JSON object containing an array of `SKUs` and a `nextPageToken` for retrieving additional pages if they exist."],["To use this endpoint you will require one of the following OAuth scopes: `https://www.googleapis.com/auth/cloud-platform`, `https://www.googleapis.com/auth/cloud-billing`, or `https://www.googleapis.com/auth/cloud-billing.readonly`."]]],[]]