tables

Execute SQL query on workspace tables

Executes a SQL query on workspace tables with optional parameterized queries. Supports SELECT, INSERT, UPDATE, DELETE operations with parameter binding for security. Supports MessagePack responses (Accept: application/msgpack) for efficient binary data transfer.

post/workspaces/{workspace_id}/tables/query

Path parameters

workspace_idstring required

Workspace ID (UUID)

Request body

querystring
timeout_msinteger

optional query timeout in milliseconds (max 300000)

Response

Query executed successfully

columnsstring[]
execution_time_msnumber
row_countinteger

Changes