---
title: "To get conversation with segment id"
method: GET
path: "/v1/Insights/Conversations"
tags: ["FlexV1InsightsConversations"]
---

# To get conversation with segment id

`GET /v1/Insights/Conversations`

To get conversation with segment id

## Query parameters

- `SegmentId` string
- `PageSize` integer
- `Page` integer
- `PageToken` string

## Headers

- `Authorization` string

## Response `200`

OK

- object
  - `conversations` FlexV1InsightsConversations[]
    - `account_id` string, nullable — The id of the account.
    - `conversation_id` string, nullable — The unique id of the conversation
    - `segment_count` integer — The count of segments for a conversation
    - `segments` unknown[], nullable — The Segments of a conversation
      - unknown
  - `meta` object
    - `first_page_url` string, uri
    - `key` string
    - `next_page_url` string, uri, nullable
    - `page` integer
    - `page_size` integer
    - `previous_page_url` string, uri, nullable
    - `url` string, uri

## Changes

- **2025-07-03** (v1) `0e4cd336d78a` — 1 breaking
  - the `conversations/items/segments/items/` response's property type/format changed from `object`/`` to ``/`` for status `200`
- **2025-03-11** (v1) `65f781b3f6b1` — 1 breaking
  - the `conversations/items/segments/items/` response's property type/format changed from ``/`` to `object`/`` for status `200`
- **2025-02-20** (v1) `4f95f0ad0bf6` — 1 breaking
  - for the `query` request parameter `PageSize`, the type/format was changed from `integer`/`` to `integer`/`int64`
- **2024-08-26** (v1) `6b06c89c5d58` — 1 info
  - the `segment_count` response's property default value `0` was added for the status `200`
- **2023-08-10** (v1) `c37c20a0a1cb` — 1 info
  - api tag `FlexV1InsightsConversations` added

[Full history](https://skmtc.dev/twilio/apis/twilio-flex/changes/v1/Insights/Conversations/get.md)

---

[API](https://skmtc.dev/twilio/apis/twilio-flex.md) · [All operations](https://skmtc.dev/twilio/apis/twilio-flex/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/twilio/twilio-flex/revisions/ea1db919b6cc/schema)
