Skip to main content
GET
List scenario improvement sessions

Authorizations

Authorization
string
header
required

OAuth access token issued by Cekura for connected apps.

Query Parameters

project_id
integer

Tenant scope. Supply one of project_id when authenticating with a user session or OAuth bearer token; omit when using an API key already scoped to the tenant.

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

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
message_count
string
read-only