Skip to main content
POST
Query Databricks

Authorizations

x-api-key
string
header
required

Optional API key for authentication (enabled via application.yaml)

Body

application/json
pipeline
string
required

Name of a pipeline with a Databricks destination

sql
string

SQL query to execute. Omit to select everything from the pipeline's destination table.

limit
integer
default:100

Maximum rows to return

Response

Query results including the SQL that was executed

pipeline
string
sql
string
results
object[]
count
integer