Query
Run Query
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.
POST
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
A query against a DocSet. Contains either a natural language string or a query plan.
Response
200
application/json
Successful Response
The response is of type any
.