---
title: "Get a list of Conference Summaries."
method: GET
path: "/v1/Conferences"
tags: ["InsightsV1Conference"]
---

# Get a list of Conference Summaries.

`GET /v1/Conferences`

Get a list of Conference Summaries.

## Query parameters

- `ConferenceSid` string
- `FriendlyName` string
- `Status` string
- `CreatedAfter` string
- `CreatedBefore` string
- `MixerRegion` string
- `Tags` string
- `Subaccount` string
- `DetectedIssues` string
- `EndReason` string
- `PageSize` integer
- `Page` integer
- `PageToken` string

## Response `200`

OK

- object
  - `conferences` InsightsV1Conference[]
    - `conference_sid` string, nullable — The unique SID identifier of the Conference.
    - `account_sid` string, nullable — The unique SID identifier of the Account.
    - `friendly_name` string, nullable — Custom label for the conference resource, up to 64 characters.
    - `create_time` string, date-time, nullable — Conference creation date and time in ISO 8601 format.
    - `start_time` string, date-time, nullable — Timestamp in ISO 8601 format when the conference started. Conferences do not start until at least two participants join, at least one of whom has startConferenceOnEnter=true.
    - `end_time` string, date-time, nullable — Conference end date and time in ISO 8601 format.
    - `duration_seconds` integer, nullable — Conference duration in seconds.
    - `connect_duration_seconds` integer, nullable — Duration of the between conference start event and conference end event in seconds.
    - `status` 'in_progress' | 'not_started' | 'completed' | 'summary_timeout'
    - `max_participants` integer, nullable — Maximum number of concurrent participants as specified by the configuration.
    - `max_concurrent_participants` integer, nullable — Actual maximum number of concurrent participants in the conference.
    - `unique_participants` integer, nullable — Unique conference participants based on caller ID.
    - `end_reason` 'last_participant_left' | 'conference_ended_via_api' | 'participant_with_end_conference_on_exit_left' | 'last_participant_kicked' | 'participant_with_end_conference_on_exit_kicked'
    - `ended_by` string, nullable — Call SID of the participant whose actions ended the conference.
    - `mixer_region` 'us1' | 'us2' | 'au1' | 'br1' | 'ie1' | 'jp1' | 'sg1' | 'de1' | 'in1'
    - `mixer_region_requested` 'us1' | 'us2' | 'au1' | 'br1' | 'ie1' | 'jp1' | 'sg1' | 'de1' | 'in1'
    - `recording_enabled` boolean, nullable — Boolean. Indicates whether recording was enabled at the conference mixer.
    - `detected_issues` unknown
    - `tags` ConferenceEnumTag[], nullable — Tags for detected conference conditions and participant behaviors which may be of interest.
    - `tag_info` unknown
    - `processing_state` 'complete' | 'in_progress' | 'timeout'
    - `url` string, uri, nullable — The URL of this resource.
    - `links` object, nullable — Contains a dictionary of URL links to nested resources of this Conference.
  - `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-08-18** (v1) `0c1d9c8a0441` — 2 breaking
  - the `conferences/items/detected_issues` response's property type changed from `object` to no type for status `200`
  - the `conferences/items/tag_info` response's property type changed from `object` to no type for status `200`
- **2025-03-11** (v1) `b62ede4d8adc` — 2 breaking, 2 warning
  - the `conferences/items/detected_issues` response's property type changed from no type to `object` for status `200`
  - the `conferences/items/tag_info` response's property type changed from no type to `object` for status `200`
  - added the new `in1` enum value to the `conferences/items/mixer_region` response property for the response status `200`
  - added the new `in1` enum value to the `conferences/items/mixer_region_requested` response property for the response status `200`
- **2025-02-20** (v1) `cd57d6a65e2d` — 1 breaking
  - for the `query` request parameter `PageSize`, the format changed from no format to `int64`
- **2025-01-28** (v1) `292f819049d2` — 2 warning
  - added the new `us2` enum value to the `conferences/items/mixer_region` response property for the response status `200`
  - added the new `us2` enum value to the `conferences/items/mixer_region_requested` response property for the response status `200`
- **2024-11-15** (v1) `3452354c496b` — 1 warning
  - added the new `no_concurrent_participants` enum value to the `conferences/items/tags/items/` response property for the response status `200`

[Full history](https://skmtc.dev/twilio/apis/insights-v1/changes/v1/Conferences/get.md)

---

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