---
title: "Get insights for a conversation"
method: GET
path: "/ai/conversations/{conversation_id}/conversations-insights"
tags: ["Conversations"]
---

# Get insights for a conversation

`GET /ai/conversations/{conversation_id}/conversations-insights`

Retrieve insights for a specific conversation

## Path parameters

- `conversation_id` string, required

## Response `200`

Successful Response

- ConversationInsightListData
  - `data` ConversationInsight[], required
    - `conversation_insights` object[], required — List of insights extracted from the conversation.
      - `insight_id` string, required — Unique identifier for the insight configuration.
      - `result` string, required — Insight result from the conversation. If the insight has a JSON schema, this will be stringified JSON object.
    - `created_at` string, date-time, required — Timestamp of when the object was created.
    - `id` string, required — Unique identifier for the conversation insight.
    - `status` 'pending' | 'in_progress' | 'completed' | 'failed', required — Current status of the insight generation for the conversation.
  - `meta` Meta, required
    - `page_number` integer, required
    - `page_size` integer, required
    - `total_pages` integer, required
    - `total_results` integer, required

## 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/ec31f78cf002/schema)
