v1
latestOpenAPI 3.0.02026-07-141,4077,1665.2 MBCloud Cost Management
List available Cloud Cost Management metrics
List Cloud Cost Management metrics that have data for the requested period.
get/api/v2/cost/tag_metadata/metrics
Query parameters
filter[month]string required
The month to scope the query to, in YYYY-MM format.
filter[provider]string
Filter results to a specific provider. 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.
Response
OK
Example response
{
"data": [
{
"id": "aws.cost.net.amortized",
"type": "cost_metric"
},
{
"id": "gcp.cost.amortized",
"type": "cost_metric"
}
]
}