Skip to main content
GET
Get Conversation Detail

Authorizations

Authorization
string
header
required

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

Path Parameters

agent_id
string<uuid>
required
conversation_id
string
required

Response

Successful Response

Full conversation with all messages.

conversation_id
string
required
agent_id
string
required
created_at
string
required
updated_at
string
required
messages
Message · object[]
required
metadata
Metadata · object | null