v1

latestOpenAPI 3.0.0Apache 2.02026-07-13122958.1 KB
highlight

Retrives insights for a meeting

Get all insights by meeting id

get/v1/meetings/{meetingId}/insights

Path parameters

meetingIdstring required

Meeting ID

Response

OK

old_viewboolean

Example response

{
  "kpi_meeting": [
    {
      "meeting_id": "0b9d3260-67fc-4353-a74b-ef80152f2942",
      "title": "Engagement",
      "score": 4.5,
      "interpretation": "All participants actively contributed to the discussion, leading to effective interaction and good collaboration.",
      "details": [
        {
          "name": "John Doe",
          "talk_time": 20,
          "words_min": 120,
          "longest_talk": 5
        }
      ],
      "type": "custom",
      "created_at": "2025-10-13T07:47:51+00:00",
      "updated_at": "2025-10-13T07:47:51+00:00"
    }
  ],
  "kpi_popular_themes": {
    "id": 2034148,
    "meeting_id": "0b9d3260-67fc-4353-a74b-ef80152f2942",
    "popular_list": [
      {
        "name": "Technical issues",
        "times": 5
      }
    ],
    "created_at": "2025-10-13T07:47:51+00:00",
    "updated_at": "2025-10-13T07:47:51+00:00"
  },
  "kpi_improvement": {
    "id": 2034326,
    "meeting_id": "0b9d3260-67fc-4353-a74b-ef80152f2942",
    "keep_doing": [
      {
        "text": "Participants were actively involved in the discussion, which contributed to a collaborative atmosphere.",
        "title": "Active participant involvement"
      }
    ],
    "top_suggestions": [
      {
        "text": "The allocated time per topic should be better respected to avoid overruns.",
        "title": "Better time management"
      }
    ],
    "created_at": "2025-10-13T07:47:51+00:00",
    "updated_at": "2025-10-13T07:47:51+00:00"
  }
}