---
title: "List All Conferences"
method: GET
path: "/Accounts/{AccountSid}/Conferences"
tags: ["Conferences"]
---

# List All Conferences

`GET /Accounts/{AccountSid}/Conferences`

The ability to read all of the conferences that are associated with your Account. This will be returned as a list of conferences.

#### Permissions
The API token must include the following scopes: _Voice_.

## Path parameters

- `AccountSid` string, uuid, required

## Query parameters

- `DateCreated` string
- `DateUpdated` string
- `FriendlyName` string
- `Status` string

## Response `200`

The request has succeeded.

- ConferenceListResponse — Response containing a list of conferences.
  - `uri` string — The URI of the current page.
  - `first_page_uri` string — The URI of the first page.
  - `next_page_uri` string — The URI of the next page.
  - `previous_page_uri` string — The URI of the previous page.
  - `page` integer — The current page number.
  - `page_size` integer — The number of items per page.
  - `conferences` Conference[] — List of conferences.
    - `account_sid` string — The unique identifier for the account that created this conference.
    - `api_version` string — The version of the SignalWire API.
    - `date_created` string — The date, in RFC 2822 format, this conference was created.
    - `date_updated` string — The date, in RFC 2822 format, this conference was updated.
    - `friendly_name` string — A description, up to 64 characters, of the conference room.
    - `region` 'us1' | 'us2' | 'ie1' | 'de1' | 'sg1' | 'br1' | 'au1' | 'jp1' — Conference region.
    - `sid` string — The unique identifier for this conference.
    - `status` 'init' | 'in-progress' | 'completed' — Conference status.
    - `uri` string — The URI for this conference.
    - `subresource_uris` ConferenceSubresourceUris — Conference subresource URIs.
      - `participants` string — Links to the participants.
      - `recordings` string — Links to the recordings.

## Other responses

- `401` — 401 Unauthorized response.

## Changes

- **2026-01-15** `686ef84c2abc` — 1 breaking
  - the response property `previous_page_uri` became nullable for the status `200`
- **2026-01-15** `3c88f14db21e` — 2 breaking, 13 info
  - added the new path request parameter `AccountSid`
  - the response's body type changed from no type to `object` for status `200`
  - added the new optional `query` request parameter `DateCreated`
  - added the new optional `query` request parameter `DateUpdated`
  - …11 more

[Change history](https://skmtc.dev/signalwire/apis/compatibility-api/changes/Accounts/:AccountSid/Conferences/get.md)

---

[API](https://skmtc.dev/signalwire/apis/compatibility-api.md) · [All operations](https://skmtc.dev/signalwire/apis/compatibility-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/signalwire/compatibility-api/revisions/dab5a930a50e/schema)
