interview-query

Query Interview Graph

Ask an ad-hoc question about a campaign's interview data.

Uses the interview graph RAG pipeline:

  1. Classify query complexity
  2. Retrieve relevant passages via vector search + graph traversal
  3. Verify retrieval quality (coverage, provenance)
  4. Synthesize a structured answer with patterns and divergences
post/v1/interviews/{interview_id}/graph/query

Path parameters

interview_idstring uuid required

Headers

X-API-Keystring nullable

Request body

querystring required
anonymizeboolean
top_kinteger
modelstring nullable

Response

Successful Response

answerstring required
query_complexitystring required
strategies_usedstring[] required

Changes

No recorded changes to this endpoint across all 1 revision of this API.