Retrieve all conversation summaries for a chat, created automatically every 10 messages.
curl --request GET \
--url https://api.useinvent.com/chats/{chat_id}/memories[
{
"id": "<string>",
"chat_id": "<string>",
"summary": "<string>",
"key_points": [
"<string>"
],
"message_count": 123,
"summarized_at": "2023-11-07T05:31:56Z",
"created_at": "2023-11-07T05:31:56Z"
}
]Chat ID
Page number
Number of items to take
Next page token (Only used on special endpoints)
Was this page helpful?
curl --request GET \
--url https://api.useinvent.com/chats/{chat_id}/memories[
{
"id": "<string>",
"chat_id": "<string>",
"summary": "<string>",
"key_points": [
"<string>"
],
"message_count": 123,
"summarized_at": "2023-11-07T05:31:56Z",
"created_at": "2023-11-07T05:31:56Z"
}
]