Skip to main content
GET
Get Chat Session
Required permission: Chat — Read (read:chat), which basic includes, so any signed-in user has it. A limited Personal Access Token needs the Chat — Read scope. Anonymous users can call this when anonymous access is enabled.

Authorizations

Authorization
string
header
required

Authorization header with Bearer token

Path Parameters

session_id
string<uuid>
required

Query Parameters

is_shared
boolean
default:false
include_deleted
boolean
default:false

Response

Successful Response

chat_session_id
string<uuid>
required
description
string | null
required
persona_name
string | null
required
personal_icon_name
string | null
required
messages
ChatMessageDetail · object[]
required
time_created
string<date-time>
required
shared_status
enum<string>
required
Available options:
public,
private
current_alternate_model
string | null
required
current_temperature_override
number | null
required
packets
Packet · object[][]
required
persona_id
integer | null
deleted
boolean
default:false