cURL
Improvement Sessions
Get Scenario Improvement Session
Retrieve a scenario-improvement session by ID, including its accumulated state and previous turns.
GET
cURL
Authorizations
API Key Authentication. It should be included in the header of each request.
Path Parameters
A unique integer value identifying this scenario improvement session.
Response
200 - application/json
Title for the session (auto-generated from first user message)
Maximum string length:
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- Failed
Available options:
pending, in_progress, completed, cancelled, failed