Skip to main content
POST
/
question
/
stream
Ask a question (SSE stream)
curl --request POST \
  --url http://localhost:{port}/question/stream \
  --header 'Content-Type: application/json' \
  --data '
{
  "question": "<string>",
  "resources": [
    "<string>"
  ],
  "quiet": true
}
'
"<string>"
Streams server-sent events for the query lifecycle.

Body

application/json
question
string
required
resources
string[]
quiet
boolean

Response

Server-sent events stream. Event types: meta, reasoning.delta, text.delta, tool.updated, done, error.

The response is of type string.