v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1447264222.7 KB

Returns the work units resulting from the query. Work units can be executed in any order and in parallel.

post/GetWorkUnitResults

Request body

QueryIdstring required

The ID of the plan query operation for which to get results.

WorkUnitIdinteger required

The work unit ID for which to get results. Value generated by enumerating <code>WorkUnitIdMin</code> to <code>WorkUnitIdMax</code> (inclusive) from the <code>WorkUnitRange</code> in the output of <code>GetWorkUnits</code>.

WorkUnitTokenstring password required

A work token used to query the execution service. Token output from <code>GetWorkUnits</code>.

Response

Success

ResultStreamstring

Rows returned from the <code>GetWorkUnitResults</code> operation as a stream of Apache Arrow v1.0 messages.