get_cost_history
Retrieve daily cost data for a specific provider and service to analyze spending trends and understand anomaly causes.
Instructions
Return historical daily cost data for a specific provider + service. Used for trend analysis and understanding anomaly context.
Args: provider: e.g. "aws" service: e.g. "Amazon EC2" account_id: The account/subscription ID days: Look-back window in days (default 30)
Examples: - "Show me 30 days of history for AWS EC2" - "What did Datadog cost each day this month?"
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| days | No | ||
| service | Yes | ||
| provider | Yes | ||
| account_id | Yes |