- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-28-2025 12:50 AM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-28-2025 06:06 AM
@Ninad-Mulik perhaps you could make use of the System Billing Usage tables. There's some pretty nifty Usage Dashboard you can get as well:
https://learn.microsoft.com/en-us/azure/databricks/admin/usage/system-tables#how-to-read-the-usage-t...
https://learn.microsoft.com/en-us/azure/databricks/admin/system-tables/billing#billable-usage-table-...
Usage dashboards:
https://learn.microsoft.com/en-us/azure/databricks/admin/account-settings/usage
All the best,
BS
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-28-2025 06:30 AM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-28-2025 06:38 AM
Thank you.. !! i finally got to know wat to do..!!