Hey @Dave_Nithio
To monitor the “Running Clusters” metric for your SQL Warehouse, you can use the Databricks Cluster Events API. This API retrieves a list of events related to cluster activity, such as start and shutdown times, and provides paginated results if there are more events to retrieve.
Since Unity Catalog is not enabled in your workspace, the API offers an alternative to access the necessary monitoring data.
POST /api/2.1/clusters/events
"Retrieves a list of events about the activity of a cluster. This API is paginated. If there are more events to read, the response includes all the parameters necessary to request the next page of events."
For more information, refer to the Databricks Cluster Events API documentation.
Hope this helps, 🙂
Isi