Skip to main content
POST
cURL

承認

Authorization
string
header
必須

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

パスパラメータ

baseId
string
必須

The base ID to execute query on

ボディ

application/json
sql
string
必須

The SQL query to execute

Minimum string length: 1
:

"SELECT * FROM table_name LIMIT 10"

レスポンス

200 - application/json

Query executed successfully

rows
object[]
必須

The query result rows

最終更新日 2026年9月4日