Token report page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-20-2025 01:29 AM
Hi All,
I'm looking for the API for this token report page in databricks admin page so that I can get this on my notebook.
There is a API for workspace level not for account level.
/api/2.0/token-management/tokens
Can anyone point me to right API?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-20-2025 01:59 AM
This page is an internal aggregation view; there is no single public API endpoint that generates this "Token Report."
The Databricks Account Console performs a proprietary backend query that reaches into all your workspaces to build this view. To replicate this in a notebook, you must build a script that acts as an Iterator to iterate through each workspace. OR may be connect with your Databricks AE.
RG #Driving Business Outcomes with Data Intelligence