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

uuid
string
required
The unique UUID identifier of the conversation to retrieve

Response Fields

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

Error Responses

status
boolean
Will be false when an error occurs
error
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