---
title: "Retrives insights for a meeting"
method: GET
path: "/v1/meetings/{meetingId}/insights"
tags: ["highlight"]
---

# Retrives insights for a meeting

`GET /v1/meetings/{meetingId}/insights`

Get all insights by meeting id

## Path parameters

- `meetingId` string, required

## Response `200`

OK

- GithubComMeetgeekaiApiInternalModelsInsights
  - `kpi_meeting` GithubComMeetgeekaiApiInternalModelsKPIMeeting[] — Specific metrics evaluated for the meeting
    - `meeting_id` string
    - `title` string — The name of the KPI
    - `score` number, float — Performance rating against the KPI
    - `interpretation` string — Qualitative analysis explaining the score, including strengths, weaknesses, and observations from the meeting
    - `details` GithubComMeetgeekaiApiInternalModelsKPIMeetingDetails[] — Granular data supporting specific KPIs
      - `name` string — Participant's name
      - `talk_time` number, float — Time spent speaking (in minutes)
      - `words_min` number, float — Average words spoken per minute
      - `longest_talk` number, float — The duration of the participant's longest uninterrupted speech segment (in minutes)
    - `type` string
    - `created_at` string, date-time
    - `updated_at` string, date-time
  - `kpi_popular_themes` object — The most frequently discussed topics during the meeting
    - `id` integer
    - `meeting_id` string
    - `popular_list` GithubComMeetgeekaiApiInternalModelsKPIPopularThemesPopularList[] — The primary themes covered
      - `id` integer
      - `name` string — The name of the technical or operational theme
      - `times` integer — The frequency of mentions or discussions related to this theme
    - `created_at` string, date-time
    - `updated_at` string, date-time
  - `kpi_improvement` object — Structured feedback aimed at improving future meetings
    - `id` integer
    - `meeting_id` string
    - `keep_doing` GithubComMeetgeekaiApiInternalModelsKPIImprovementKeepDoing[] — Positive practices to continue in future meetings
      - `id` integer
      - `text` string — A brief explanation of why it was effective
      - `title` string — A summary of the successful practice
    - `top_suggestions` object[] — Actionable recommendations to enhance the next meeting's effectiveness
      - `id` integer
      - `text` string — The detailed action to be taken
      - `title` string — A summary of the suggested improvement
    - `created_at` string, date-time
    - `updated_at` string, date-time
  - `old_view` boolean

## Other responses

- `204` — No Content
- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `410` — Gone
- `429` — Too Many Requests
- `500` — Internal Server Error

---

[API](https://skmtc.net/meetgeek/apis/meetgeek-api.md) · [All operations](https://skmtc.net/meetgeek/apis/meetgeek-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/meetgeek/meetgeek-api/revisions/ce4878e0e19c/schema)
