cancel
Showing results forย 
Search instead forย 
Did you mean:ย 
Data Engineering
Join discussions on data engineering best practices, architectures, and optimization strategies within the Databricks Community. Exchange insights and solutions with fellow data engineers.
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
Esteemed Contributor

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

Connect with Databricks Users in Your Area

Join a Regional User Group to connect with local Databricks users. Events will be happening in your city, and you wonโ€™t want to miss the chance to attend and share knowledge.

If there isnโ€™t a group near you, start one and help create a community that brings people together.

Request a New Group