Query Interview Graph Stream
interview-query
Query Interview Graph Stream
Streaming version of the graph query endpoint.
Sends SSE events as the pipeline progresses:
- classifying: query classification result
- retrieving: retrieval strategy and passage count
- synthesizing: signals synthesis is in progress
- answer: the synthesized answer text
- patterns: quantified patterns array
- divergences: detected contradictions array
- verification: quality check results
- done: stream complete
- error: if something fails
POST
Query Interview Graph Stream
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Headers
Path Parameters
Body
application/json
Response
Successful Response