cost_get
Retrieve cost data for AWS, OpenAI, or Anthropic services within a specified time period to analyze expenditures and usage trends.
Instructions
Get cost data for a specific provider and time period
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| provider | No | The provider to get costs for (optional, defaults to all) | |
| startDate | Yes | Start date in YYYY-MM-DD format | |
| endDate | Yes | End date in YYYY-MM-DD format | |
| granularity | No | Cost aggregation granularity | total |
| groupBy | No | Dimensions to group costs by (e.g., SERVICE, REGION) |