v1
latestOpenAPI 3.0.12026-07-26152262362.2 KBAssets
List assets
Returns a list of all available customer assets, such as Google Cloud billing accounts, G Suite/Workspace subscriptions, etc. Assets are returned in reverse chronological order by default.
get/billing/v1/assets
Query parameters
maxResultsinteger
The maximum number of results to return in a single page. Leverage the page tokens to iterate through the entire collection.
pageTokenstring
Page token, returned by a previous call, to request the next page of results
filterstring
An expression for filtering the results of the request. The syntax is key:[<value>]. e.g: "type:g-suite". Multiple filters can be connected using a pipe |. Note that using different keys in the same filter results in “AND,” while using the same key multiple times in the same filter results in “OR”.
Response
OK - List of available assets returned.