v4
Query Jobs

Run a batch of DuckDB queries synchronously and return results

Run multiple DuckDB queries on a single K8s container and wait for completion.

Returns results directly once the job finishes. Timeout is bounded by Cloud Run's request limit (3600s). For longer workloads use POST /v4/query/jobs/batch with polling.

post/v4/query/jobs/batch/run

Request body

mode'serial' | 'parallel'

Response

Success

successtrue required

Flag for it request was successful

Changes

No recorded changes to this endpoint across all 1 revision of this API.