Databricks REST API to fetch mount points

agarg
New Contributor II

Is there a way to fetch workspace  mount points ( mount infos) through REST API or SQL-query  ? 
( similar to the python API "display(dbutils.fs.mounts())" )  
I couldn't find any REST API for the mounts in the official databricks API  documentation ( https://docs.databricks.com/api/workspace/introduction)  . 

agarg
New Contributor II

Thank you for the response @Retired_mod . 

agarg_0-1714449556488.png

As per your comment above I tried looking for any system catalog tables (https://docs.databricks.com/en/sql/language-manual/sql-ref-information-schema.html) that could provide the relevant information regarding the `mount points`. But I couldn't find any table that could provide me information related to `mount points`. 
I also found this topic (https://community.databricks.com/t5/data-governance/where-mount-info-get-stored-in-external-hive-met...) below which discuss about the storing mechanism for the `mount info` in databricks. 
Which catalog/system tables might store such metadata related to mount point ? 

pradeep1
New Contributor II

How to create mount points using aws Databricks with shared cluster?