Skip to main content
Update Session

Path Parameters

session_id
string
required

Body

application/json

Body for updating a chat session (partial update).

All fields optional. title renames the session; sdk_session_id is written by the client after agent-service emits it, so the agent's multi-turn memory persists across idle eviction and restarts.

title
string | null
Minimum string length: 1
sdk_session_id
string | null

Response

Successful Response

A persisted chat session, scoped to a user/organization/project.

id
string
required
user_id
string
required
title
string
required
created_at
string<date-time>
required
updated_at
string<date-time>
required
organization_id
string | null
project_id
string | null
sdk_session_id
string | null