Skip to main content
GET
Read dict of AI chat session

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

ai_session_id
integer<int32>
required

The unique ID of the AI Session

Response

OK

created_at
string
required

Creation time, by UTC

id
integer
required

Unique ID of this Session

is_multidoc
boolean
required

Whether this is a multi-doc chat session

meta
Meta · object
required

Session metadata, for internal use

organization_id
integer
required

Unique ID of Organization

user_id
integer
required

Unique ID of user

visibility
enum<string>
default:shared
required

Whether this session can only be seen by its creator, or by the whole Workspace

Available options:
shared,
private
document_ids
integer[]

List of Document IDs in this Session