Token report page

Swastick
New Contributor III

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

Swastick_0-1763627156046.png

Can anyone point me to right API?

Raman_Unifeye
Honored Contributor III

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