Skip to main content
GET
This endpoint retrieves the complete message history of an existing conversation. Use this to display previous messages when resuming a conversation or to review conversation content.

Path Parameters

string
required
The unique UUID identifier of the conversation to retrieve

Response Fields

boolean
Indicates whether the request was successful
array
Array of messages in the conversation, ordered chronologically (oldest first).

Error Responses

boolean
Will be false when an error occurs
string
Error message. Possible values:
  • Conversation not found - The provided UUID does not match any conversation

Use Cases

  • Resume conversations: Retrieve history when a user returns to continue a conversation
  • Analytics: Review conversation content for quality assurance
  • Integration: Sync conversation data with your CRM or support system