v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1447264222.7 KB

Submits a request to process a query statement.

This operation generates work units that can be retrieved with the GetWorkUnits operation as soon as the query state is WORKUNITS_AVAILABLE or FINISHED.

post/StartQueryPlanning

Request body

QueryStringstring password required

A PartiQL query statement used as an input to the planner service.

Response

Success

QueryIdstring required

The ID of the plan query operation can be used to fetch the actual work unit descriptors that are produced as the result of the operation. The ID is also used to get the query state and as an input to the <code>Execute</code> operation.