Skip to main content
POST
Search Malloy documentation

Authorizations

Authorization
string
header
required

Auth0-issued user JWT. Provide as Authorization: Bearer <token>.

Body

application/json

Request body for the search_malloy_docs endpoint.

query
string
required

Natural-language query about Malloy syntax or language features. Each request fans out to LLM work, so the size is capped; queries over maxLength are rejected with 422.

Required string length: 1 - 2000

Response

Successful response

Response from the search_malloy_docs endpoint.

query
string
required

The query that was searched (echoed back).

answer
string
required

Synthesized answer with relevant documentation passages and code snippets. Always a real synthesized answer — if the documentation doesn't cover the topic, the answer says so in prose; a failed search returns 500, never a placeholder answer with 200.