v2
Docs

Execute dataset

post/v2/teams/{team_id}/docs/dataset/execute

Path parameters

string uuid required
OR
string required

Request body

OR
OR

Response

Success

rowsobject[]

Result rows

schemaobject[]

Column schema

htmlstring nullable

HTML content for html tiles

errorboolean

Flag indicating if an error occurred

messagestring nullable

Optional developer message

sqlstring nullable

Generated SQL query (for debug)

cachedboolean

Whether the result was served from cache.

duckdbJobIdstring nullable

DuckDB job ID for SQL execution logs, status polling, and failure diagnostics.

Changes