I am looking for a possible way to get the autoscaling history data for SQL Serverless Warehouses using API or logs.I want something like what we see in monitoring UI.  
For an all purpose compute, we can see the notebooks attached to a cluster in the UI. Is there a way to get the same details using some api or other method in program.
If once the query completes, the allocated compute resources are released, and you are no longer billed for them. then what is the significance of auto stop mins for sql warehouses ?
Hi @Retired_mod Actually, I am looking for some api in which i can pass cluster_id as parameter and it gives the details of currently attached notebooks to this cluster similar to what we are getting in the UI.
Hi @Retired_mod ,This method will give user for the current notebook we are using to run this command but I need to get the username for the notebooks using their paths which i am getting for the running jobs using api: /api/2.1/jobs/runs/list.I have...