Conversations
Get Conversation
Retrieve the message history of a conversation
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.Documentation Index
Fetch the complete documentation index at: https://docs.aiployees.com/llms.txt
Use this file to discover all available pages before exploring further.
Path Parameters
The unique UUID identifier of the conversation to retrieve
Response Fields
Indicates whether the request was successful
Array of messages in the conversation, ordered chronologically (oldest first).
Error Responses
Will be
false when an error occursError 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

