Get AI generated summaries of a chatroom (manager)

GET /manager/chatrooms/{id}/summaries

Path parameters

  • id integer Required

    The chatroom id

Responses

  • 200 application/json

    Returns the chatroom summaries generated by AI

  • 403

    Forbidden - You don't have permission to access this route

GET /manager/chatrooms/{id}/summaries
curl \
 --request GET 'https://domain.tld/api/v2/manager/chatrooms/{id}/summaries' \
 --header "Authorization: Bearer $ACCESS_TOKEN"
Response examples (200)
[]