---
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

---

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