POST
/
v1
/
query
/
plan
{
  "query": "<string>",
  "nodes": {},
  "result_node": 123,
  "llm_prompt": "<any>",
  "llm_plan": "<string>"
}

Authorizations

Authorization
string
header
required

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.