Get Conversation Route
Conversations
Get a conversation
A conversation header plus its full transcript
GET
Get Conversation Route
The conversation header plus its full ordered transcript in
A student can only read their own conversations; console and admin roles can read any in their tenant. An unknown id returns
data.messages. Each stored turn expands into a user message and the assistant reply; blocked: true marks a guardrail or quota redirect rather than a model answer.
To resume, POST to
/v1/mind/chat with context.conversation_id set to this id. LangGraph rehydrates the thread’s checkpoint, so the model continues with the real history — the transcript here is only for re-rendering the UI.404.