---
title: "Retrieve a list of conferences belonging to the account used to make the request"
method: GET
path: "/2010-04-01/Accounts/{AccountSid}/Conferences.json"
tags: ["Api20100401Conference"]
---

# Retrieve a list of conferences belonging to the account used to make the request

`GET /2010-04-01/Accounts/{AccountSid}/Conferences.json`

Retrieve a list of conferences belonging to the account used to make the request

## Path parameters

- `AccountSid` string, required

## Query parameters

- `DateCreated` string, date
- `DateCreated<` string, date
- `DateCreated>` string, date
- `DateUpdated` string, date
- `DateUpdated<` string, date
- `DateUpdated>` string, date
- `FriendlyName` string
- `Status` 'init' | 'in-progress' | 'completed' — The status of this conference. Can be: `init`, `in-progress`, or `completed`.
- `PageSize` integer
- `Page` integer
- `PageToken` string

## Response `200`

OK

- object
  - `end` integer
  - `first_page_uri` string, uri
  - `next_page_uri` string, uri, nullable
  - `page` integer
  - `page_size` integer
  - `previous_page_uri` string, uri, nullable
  - `start` integer
  - `uri` string, uri
  - `conferences` ApiV2010AccountConference[]
    - `account_sid` string, nullable — The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created this Conference resource.
    - `date_created` string, date-time-rfc-2822, nullable — The date and time in UTC that this resource was created specified in [RFC 2822](https://www.ietf.org/rfc/rfc2822.txt) format.
    - `date_updated` string, date-time-rfc-2822, nullable — The date and time in UTC that this resource was last updated, specified in [RFC 2822](https://www.ietf.org/rfc/rfc2822.txt) format.
    - `api_version` string, nullable — The API version used to create this conference.
    - `friendly_name` string, nullable — A string that you assigned to describe this conference room. Maximum length is 128 characters.
    - `region` string, nullable — A string that represents the Twilio Region where the conference audio was mixed. May be `us1`, `us2`, `ie1`, `de1`, `sg1`, `br1`, `au1`, and `jp1`. Basic conference audio will always be mixed in `us1`. Global Conference audio will be mixed nearest to the majority of participants.
    - `sid` string, nullable — The unique, Twilio-provided string used to identify this Conference resource.
    - `status` 'init' | 'in-progress' | 'completed' — The status of this conference. Can be: `init`, `in-progress`, or `completed`.
    - `uri` string, nullable — The URI of this resource, relative to `https://api.twilio.com`.
    - `subresource_uris` object, nullable — A list of related resources identified by their URIs relative to `https://api.twilio.com`.
    - `reason_conference_ended` 'conference-ended-via-api' | 'participant-with-end-conference-on-exit-left' | 'participant-with-end-conference-on-exit-kicked' | 'last-participant-kicked' | 'last-participant-left' — The reason why a conference ended. When a conference is in progress, will be `null`. When conference is completed, can be: `conference-ended-via-api`, `participant-with-end-conference-on-exit-left`, `participant-with-end-conference-on-exit-kicked`, `last-participant-kicked`, or `last-participant-left`.
    - `call_sid_ending_conference` string, nullable — The call SID that caused the conference to end.

---

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