list_assets
Browse cloud assets, subscriptions, and resources with pagination and partial name filtering. Find assets by name or filter criteria.
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 |
|---|---|---|---|
| name | No | Partial name filter (case-insensitive). Returns only assets whose name contains this string. | |
| 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. | |
| pageToken | No | Page token, returned by a previous call, to request the next page of results. | |
| maxResults | No | The maximum number of results to return in a single page. Defaults to 100. Maximum allowed value is 249. |