ConversationSummaries
List Conversation Summaries
Retrieve a paginated list of conversation summaries for a specific profile. Supports response compression for large datasets.
get/v1/Stores/{storeId}/Profiles/{profileId}/ConversationSummaries
Query parameters
pageSizeinteger
The maximum number of items to return per page, maximum of 1000.
pageTokenstring
The token for the page of results to retrieve.
Headers
Accept-Encodingstring
Example:gzip, deflate, br
Compression algorithms supported by the client (e.g., gzip, deflate, br)
Response
A list of conversation summaries for the profile.
Example response
{
"summaries": [
{
"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"
}
],
"meta": {
"key": "observations",
"nextToken": "eyJlYXN0ZXIiOiJlZ2cifQ",
"previousToken": "eyJlYXN0ZXIiOiJlZ2cifQ"
}
}