Enable the "Billable Usage Download' Accounts API on our Azure

Ninad-Mulik
Databricks Partner

 

Hi Databricks Support,

Could you please confirm whether the Billable Usage Download endpoint can be enabled on Azure Databricks account, similar to how it’s available on AWS/GCP? If yes, what are the steps that should be followed for the same.. else any alternate way to do so?

here the link for the reference.
https://docs.databricks.com/api/account/billableusage/download

szymon_dybczak
Esteemed Contributor III

Hi @Ninad-Mulik ,

Unfortunately, this API is currently not supported in Azure. As a workaround you can get the same kind of information through system tables. The system.billing.usage table has nearly identical schema to the one produced by this endpoint:

Billable usage system table reference - Azure Databricks | Microsoft Learn

szymon_dybczak_0-1759066218113.png

 

View solution in original post

Ninad-Mulik
Databricks Partner

Thank you.. !! i finally got to know wat to do..!!