---
title: "Get Insight Template Group"
method: GET
path: "/ai/conversations/insight-groups/{group_id}"
tags: ["Conversations"]
---

# Get Insight Template Group

`GET /ai/conversations/insight-groups/{group_id}`

Get insight group by ID

## Path parameters

- `group_id` string, uuid, required — The ID of the insight group

## Response `200`

Successful Response

- InsightTemplateGroupDetailRespData
  - `data` InsightTemplateGroupResp, required
    - `id` string, uuid, required
    - `name` string, required
    - `description` string
    - `created_at` string, date-time, required
    - `insights` InsightTemplateResp[]
      - `id` string, uuid, required
      - `instructions` string, required
      - `created_at` string, date-time, required
      - `insight_type` 'custom' | 'default'
      - `name` string
      - `webhook` string
      - `json_schema` union — If specified, the output will follow the JSON schema.
        - string
        - object
    - `webhook` string

## Other responses

- `422` — Validation Error

---

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