cancel
Showing results for 
Search instead for 
Did you mean: 
Data Engineering
cancel
Showing results for 
Search instead for 
Did you mean: 

Find Databricks SQL endpoints runtime

User16826992783
New Contributor II

Is there a way to find out which runtime SQL endpoints are running?

1 REPLY 1

Ryan_Chynoweth
Honored Contributor III

In the UI, Databricks will list the running endpoints on top. Programmatically you can get information about the endpoints using the REST APIs.

You will likely need to use a combo of the list endpoint to get all the endpoints. The for each endpoint use the get call to obtain the metadata for each endpoint. The get endpoint provides a "state".

API docs: https://docs.databricks.com/sql/api/sql-endpoints.html

Welcome to Databricks Community: Lets learn, network and celebrate together

Join our fast-growing data practitioner and expert community of 80K+ members, ready to discover, help and collaborate together while making meaningful connections. 

Click here to register and join today! 

Engage in exciting technical discussions, join a group with your peers and meet our Featured Members.