ConversationSummaries
Retrieve Conversation Summary
Retrieve a specific conversation summary by its ID for the given profile.
get/v1/Stores/{storeId}/Profiles/{profileId}/ConversationSummaries/{summaryId}
Response
Conversation summary retrieved successfully.
Example response
{
"source": "conversations",
"content": "Customer discussed billing concerns and was satisfied with the resolution provided during this conversation.",
"occurredAt": "2025-01-15T10:15:30Z",
"conversationId": "conv_conversation_00000000000000000000000000",
"id": "mem_summary_00000000000000000000000000",
"createdAt": "2025-01-15T10:30:45Z",
"updatedAt": "2025-01-15T10:30:45Z"
}