Get full conversation state
POST/api/v1/llm/gateway/conversation-state
Returns the complete state of a conversation including message history, generation config, settings, active run status, context management settings, and compaction history. Address the conversation by either the generated conversation_key (thread ID) or the external_id you supplied at creation — exactly one must be set, and both return the same state. An unknown or non-owned external_id returns 404.
Request
Responses
- 200
Conversation state returned