Skip to main content
PATCH
Update a scenario improvement session

Authorizations

Authorization
string
header
required

OAuth access token issued by Cekura for connected apps.

Path Parameters

id
integer
required

A unique integer value identifying this scenario improvement session.

Body

title
string

Title for the session (auto-generated from first user message)

Maximum string length: 255
project
integer | null
scenario_ids
any

List of scenario IDs being improved in this session

conversation_history
any

List of conversation items: [{role: 'user'|'assistant', content: str, timestamp: str, tool_calls: [...]}]

status
enum<string>

Current status of the improvement session

  • pending - Pending
  • in_progress - In Progress
  • completed - Completed
  • cancelled - Cancelled
  • failed - Failed
Available options:
pending,
in_progress,
completed,
cancelled,
failed
created_by
integer | null

Response

200 - application/json
id
integer
read-only
title
string

Title for the session (auto-generated from first user message)

Maximum string length: 255
project
integer | null
scenario_ids
any

List of scenario IDs being improved in this session

conversation_history
any

List of conversation items: [{role: 'user'|'assistant', content: str, timestamp: str, tool_calls: [...]}]

status
enum<string>

Current status of the improvement session

  • pending - Pending
  • in_progress - In Progress
  • completed - Completed
  • cancelled - Cancelled
  • failed - Failed
Available options:
pending,
in_progress,
completed,
cancelled,
failed
created_at
string<date-time>
read-only
updated_at
string<date-time>
read-only
created_by
integer | null