Find Databricks SQL endpoints runtime
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-11-2021 07:30 AM
Is there a way to find out which runtime SQL endpoints are running?
Labels:
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-18-2021 02:33 PM
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
![](/skins/images/582998B45490C7019731A5B3A872C751/responsive_peak/images/icon_anonymous_message.png)
![](/skins/images/582998B45490C7019731A5B3A872C751/responsive_peak/images/icon_anonymous_message.png)