get_anomalies
Retrieve unacknowledged cost anomalies identified from historical baselines, with optional filtering by provider, severity, limit, and account.
Instructions
Return active (unacknowledged) cost anomalies detected from historical baselines.
Args: provider: Filter to a specific provider. None = all. severity: "high", "medium", or "low". None = all severities. limit: Max anomalies to return (default 20). account: Named AWS account from accounts.yaml to filter results.
Examples: - "Are there any cost anomalies I should know about?" - "Show me high-severity cost spikes" - "What spiked in AWS this week?" - "Any anomalies in the production account?"
Note: Anomalies require at least 7 days of snapshot history. Run 'finops snapshot' or wait for the daily job to accumulate data.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| account | No | ||
| provider | No | ||
| severity | No |