Skip to main content
POST
cURL

Autorisierungen

Authorization
string
header
erforderlich

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Pfadparameter

baseId
string
erforderlich

The base ID to execute query on

Body

application/json
sql
string
erforderlich

The SQL query to execute

Minimum string length: 1
Beispiel:

"SELECT * FROM table_name LIMIT 10"

Antwort

200 - application/json

Query executed successfully

rows
object[]
erforderlich

The query result rows

Zuletzt geändert am 4. September 2026