Skip to main content
GET
Get Conversation

Authorizations

Authorization
string
header
required

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

Headers

X-Workspace-Id
string | null

The workspace ID

Path Parameters

conversation_id
string
required

Response

Successful Response

Schema for reading conversation data.

workspace_id
string
required

Reference to workspace

created_at
string | null
updated_at
string | null
id
string
title
string | null

Conversation title

Maximum string length: 255
summary
string | null

Conversation summary

status
string
default:active

Conversation status

is_public
boolean
default:false

Whether conversation is public

collections
string[] | null

Collection IDs associated with this conversation

meta_data
Meta Data · object | null

Additional metadata

settings
Settings · object | null

Conversation settings

ended_at
string<date-time> | null

When the conversation ended

owner_id
string | null

Owner ID associated with this conversation

created_by
string | null

User who created the conversation