list_alerts
List your cloud cost alerts and inspect alert configurations. Filter by owner or name, sort, and paginate results.
Instructions
Use this when the user wants to see their cost alerts or check alert configurations. Returns a paginated list of alerts. Do NOT use this for anomaly detection (use get_anomalies) or budget tracking (use list_budgets).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filter | No | Expression for filtering results. Syntax: key:[<value>]. Multiple filters joined with |. Available keys: owner, name. | |
| sortBy | No | A field by which the results will be sorted. | |
| pageToken | No | Page token returned by a previous call to request the next page of results. | |
| sortOrder | No | Sort order: ascending (asc) or descending (desc). | |
| maxResults | No | Maximum number of results to return in a single page |