v1
latestOpenAPI 3.0.02026-07-141,4077,1665.2 MBCloud Cost Management
Get the Cloud Cost Management billing currency
Get the dominant billing currency observed in Cloud Cost Management data for the requested period. The response wraps the currency in a JSON:API data array containing at most one entry; the array is empty when no currency data is available.
get/api/v2/cost/tag_metadata/currency
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": "USD",
"type": "cost_currency"
}
]
}