list_assets
List and browse your cloud assets and subscriptions. Supports pagination, partial name filtering, and advanced filter expressions for precise resource discovery.
Instructions
Use this when the user wants to browse their cloud assets, subscriptions, or resources. Returns a paginated list of assets. Supports partial name filtering. Do NOT use this for cost analysis (use run_query) or checking invoices (use list_invoices).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| maxResults | No | The maximum number of results to return in a single page. Defaults to 100. Maximum allowed value is 249. | |
| pageToken | No | Page token, returned by a previous call, to request the next page of results. | |
| filter | No | An expression for filtering the results. Uses key:[value] syntax, e.g. "type:g-suite". Multiple filters can be connected using a pipe |. Different keys result in AND; same key multiple times results in OR. | |
| name | No | Partial name filter (case-insensitive). Returns only assets whose name contains this string. |