Skip to main content
POST
cURL

Autorisations

Authorization
string
header
requis

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

Paramètres de chemin

baseId
string
requis

The base ID to execute query on

Corps

application/json
sql
string
requis

The SQL query to execute

Minimum string length: 1
Exemple:

"SELECT * FROM table_name LIMIT 10"

Réponse

200 - application/json

Query executed successfully

rows
object[]
requis

The query result rows

Dernière modification le 4 septembre 2026