You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: Type of the Cloud Cost Management tag metadata month resource.
18544
+
enum:
18545
+
- cost_tag_metadata_month
18546
+
example: cost_tag_metadata_month
18547
+
type: string
18548
+
x-enum-varnames:
18549
+
- COST_TAG_METADATA_MONTH
18550
+
CostTagMetadataMonthsResponse:
18551
+
description: List of months that have Cloud Cost Management tag metadata for the requested provider, ordered most-recent first and capped at 36 months.
18552
+
example:
18553
+
data:
18554
+
- id: "2026-04"
18555
+
type: cost_tag_metadata_month
18556
+
- id: "2026-03"
18557
+
type: cost_tag_metadata_month
18558
+
properties:
18559
+
data:
18560
+
description: List of months that have tag metadata available.
18561
+
items:
18562
+
$ref: "#/components/schemas/CostTagMetadataMonth"
18563
+
type: array
18564
+
required:
18565
+
- data
18566
+
type: object
18528
18567
CostTagType:
18529
18568
default: cost_tag
18530
18569
description: Type of the Cloud Cost Management tag resource.
@@ -108886,6 +108925,68 @@ paths:
108886
108925
x-unstable: |-
108887
108926
**Note**: This endpoint is in preview and is subject to change.
108888
108927
If you have any feedback, contact [Datadog support](https://docs.datadoghq.com/help/).
108928
+
/api/v2/cost/tag_metadata/months:
108929
+
get:
108930
+
description: |-
108931
+
List months that have Cloud Cost Management tag metadata for a given provider,
108932
+
ordered most-recent first. The response is capped at 36 months.
108933
+
operationId: ListCostTagMetadataMonths
108934
+
parameters:
108935
+
- description: |-
108936
+
Provider to scope the query to. Use the value of the `providername` tag in CCM
108937
+
(for example, `aws`, `azure`, `gcp`, `Oracle`, `Confluent Cloud`, `Snowflake`).
108938
+
For costs uploaded through the Custom Costs API, use `custom`.
0 commit comments