Query
Generate Plan
Generate a query plan for the given query, but do not run it.
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
A logical query plan used to evaluate a query.