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.
18536
+
enum:
18537
+
- cost_tag_metadata_month
18538
+
example: cost_tag_metadata_month
18539
+
type: string
18540
+
x-enum-varnames:
18541
+
- COST_TAG_METADATA_MONTH
18542
+
CostTagMetadataMonthsResponse:
18543
+
description: List of months that have Cloud Cost Management tag metadata for the requested provider, ordered most-recent first and capped at 36 months.
18544
+
example:
18545
+
data:
18546
+
- id: "2026-04"
18547
+
type: cost_tag_metadata_month
18548
+
- id: "2026-03"
18549
+
type: cost_tag_metadata_month
18550
+
properties:
18551
+
data:
18552
+
description: List of months that have tag metadata available.
18553
+
items:
18554
+
$ref: "#/components/schemas/CostTagMetadataMonth"
18555
+
type: array
18556
+
required:
18557
+
- data
18558
+
type: object
18520
18559
CostTagType:
18521
18560
default: cost_tag
18522
18561
description: Type of the Cloud Cost Management tag resource.
@@ -108781,6 +108820,64 @@ paths:
108781
108820
x-unstable: |-
108782
108821
**Note**: This endpoint is in preview and is subject to change.
108783
108822
If you have any feedback, contact [Datadog support](https://docs.datadoghq.com/help/).
108823
+
/api/v2/cost/tag_metadata/months:
108824
+
get:
108825
+
description: |-
108826
+
List months that have Cloud Cost Management tag metadata for a given provider,
108827
+
ordered most-recent first. The response is capped at 36 months.
108828
+
operationId: ListCostTagMetadataMonths
108829
+
parameters:
108830
+
- description: Provider to scope the query to. Common cloud values are `aws`, `azure`, `gcp`, `Oracle` (OCI), and `custom`. SaaS billing integrations (for example, `Snowflake`, `MongoDB`, `Databricks`) are also accepted using their display-name string. Values are case-sensitive.
"""List Cloud Cost Management tag metadata months.
2804
+
2805
+
List months that have Cloud Cost Management tag metadata for a given provider,
2806
+
ordered most-recent first. The response is capped at 36 months.
2807
+
2808
+
:param filter_provider: Provider to scope the query to. Common cloud values are ``aws`` , ``azure`` , ``gcp`` , ``Oracle`` (OCI), and ``custom``. SaaS billing integrations (for example, ``Snowflake`` , ``MongoDB`` , ``Databricks`` ) are also accepted using their display-name string. Values are case-sensitive.
0 commit comments