
Databricks is a public API providing service to manage your databricks account,clusters, notebooks, jobs and workspaces.
All requests require a Bearer Token provided in the Authorization header.
Authorization: Bearer $API_KEY| Method | Path | Description |
|---|---|---|
| GET | https://docs.databricks.com/dev-tools/api/latest/index.html | Primary API endpoint. |
curl -X GET "https://docs.databricks.com/dev-tools/api/latest/index.html" \ -H "Accept: application/json"