Databricks Command Execution API

The Databricks Command Execution API allows you to execute Python, Scala, SQL, or R commands on running Databricks clusters. It provides programmatic access to create execution contexts, run commands, check status, and retrieve results, enabling remote interactive cluster usage.

API entry from apis.yml

apis.yml Raw ↑
aid: databricks:command-execution-api
name: Databricks Command Execution API
tags:
- Commands
- Compute
- Execution
humanURL: https://docs.databricks.com/api/workspace/commandexecution
properties:
- url: https://docs.databricks.com/api/workspace/commandexecution
  type: Documentation
description: The Databricks Command Execution API allows you to execute Python, Scala, SQL, or R commands
  on running Databricks clusters. It provides programmatic access to create execution contexts, run commands,
  check status, and retrieve results, enabling remote interactive cluster usage.