Run the given query.
If the stream
parameter is set to true, the result will be streamed back to the client as a series of SSE events.
Otherwise, the result will be returned as a QueryResult object.
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
A query against a DocSet. Contains either a natural language string or a query plan.
Successful Response
The response is of type any
.