Skip to main content
GET
Get conversation

Overview

Retrieve a specific conversation with all its messages. Use the conversationId from the list or search endpoints.

Example

Authorizations

Authorization
string
header
required

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

Query Parameters

conversationId
string
required

The internal conversation ID (returned from list or search endpoints).

Response

Conversation with messages

id
string

Internal conversation ID.

title
string

Conversation title.

messages
object[]
total
integer

Total number of messages.

platformConversationId
string

The original platform conversation ID.

sourceId
string

Platform identifier.

tokenCount
integer

Total tokens in the conversation.