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

---

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