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
Response
Query executed successfully