get_alert
Retrieve detailed information about a specific cost alert using its ID or partial name. Get visibility into alert details without listing all alerts.
Instructions
Use this when the user wants to view the details of a specific cost alert. Accepts either the alert ID or a partial name (case-insensitive). Do NOT use this for listing all alerts (use list_alerts) or anomalies (use get_anomalies).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | The ID of the alert to retrieve. | |
| name | No | Partial name match (case-insensitive). Used to find the alert when ID is unknown. |