Skip to main content
POST
GenerateQuery

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
description
string
Minimum string length: 1

Response

200 - application/json

Success

query
Query · object | null

The public Query proto. Absent when unsupported.

resolverQl
string | null

The generated ResolverQL query string. Empty when unsupported.

unsupportedReason
string | null

When the LLM determines the request cannot be expressed as a query, this field contains the reason(s). The other fields will be empty.