Get AI generated summaries of a chatroom (manager)
Path parameters
-
The chatroom id
GET /manager/chatrooms/{id}/summaries
curl \
-X GET https://domain.tld/api/v2/manager/chatrooms/{id}/summaries \
-H "Authorization: Bearer $ACCESS_TOKEN"
Response examples (200)
[
{
"date_insert": "string",
"summary": "string",
"anomaly": 42,
"topic": 42
}
]
Response examples (401)
{
"message": "Unauthorized."
}