list_alerts
Retrieve a paginated list of cost alerts and check alert configurations. Filter by owner or name, sort by various fields, and control pagination with page tokens and max 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 |