list_alerts
Retrieve a paginated list of cost alerts and check alert configurations. Filter by owner or name and sort by various fields.
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 |
|---|---|---|---|
| sortBy | No | A field by which the results will be sorted. | |
| sortOrder | No | Sort order: ascending (asc) or descending (desc). | |
| maxResults | No | Maximum number of results to return in a single page | |
| pageToken | No | Page token returned by a previous call to request the next page of results. | |
| filter | No | Expression for filtering results. Syntax: key:[<value>]. Multiple filters joined with |. Available keys: owner, name. |