Retrieve a scenario-improvement session by ID, including its accumulated state and previous turns.
Documentation Index
Fetch the complete documentation index at: https://docs.cekura.ai/llms.txt
Use this file to discover all available pages before exploring further.
API Key Authentication. It should be included in the header of each request.
A unique integer value identifying this scenario improvement session.
Serializer for detailed scenario improvement session with conversation history.
Title for the session (auto-generated from first user message)
255List of scenario IDs being improved in this session
List of conversation items: [{role: 'user'|'assistant', content: str, timestamp: str, tool_calls: [...]}]
Current status of the improvement session
pending - Pendingin_progress - In Progresscompleted - Completedcancelled - Cancelledfailed - Failedpending, in_progress, completed, cancelled, failed