Skip to main content
The GraphRAG endpoint is Ontora’s most powerful query primitive. It runs vector search over transcript chunks, traverses the entity graph for context, and returns a synthesized answer along with structured patterns and divergences.

Anatomy of a query

Parameters

Response

The endpoint streams responses via Server-Sent Events when the response gets long — if you’re calling it from the browser or a streaming-aware client, you’ll see the answer materialize token by token.

Asking follow-ups

Pass the prior turns as conversation_history to keep context:

Anonymized output

For sharing externally, set "anonymize": true. Names are replaced with role-based identifiers (e.g., “an operations lead”) and email addresses are stripped from citations.

CLI

When the graph isn’t ready

GraphRAG requires the entity-extraction pipeline to have run on the transcripts. New campaigns return 409 Conflict with graph_not_ready until indexing is complete — usually a few minutes after the first conversations land. Check status with: