Skip to main content
GET
Get a specific general chat conversation

Authorizations

Authorization
string
header
required

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

Headers

authorization
string | null
x-ankra-organisation-id
string | null

Path Parameters

conversation_id
string<uuid4>
required

Response

Conversation retrieved successfully

cluster_id
string<uuid4> | null
required
context_summary
Context Summary · object | null
required
created_at
string<date-time>
required
id
string<uuid4>
required
messages
ChatMessage · object[]
required
organisation_id
string<uuid4>
required
question_type
string | null
required
title
string
required
updated_at
string<date-time>
required
user_id
string
required
cluster_name
string | null
message_count
integer | null

Total stored messages; set when the list was fetched metadata-only