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

# List All Conference

`GET /Accounts/{AccountSid}/Conferences`

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

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

## Response `200`

OK

- object
  - `uri` string
  - `first_page_uri` string
  - `next_page_uri` string
  - `previous_page_uri` string
  - `page` integer
  - `page_size` integer
  - `account_sid` string — The unique identifier for the account that created this conference.
  - `conferences` object[]
    - `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' — The region where this conference audio was mixed. Possible values are `us1`, `us2`, `ie1`, `de1`, `sg1`, `br1`, `au1`, and `jp1`.
    - `sid` string — The unique identifier for this conference.
    - `status` string — The status of this conference.
    - `uri` string — The URI for this conference.
    - `subresource_uris` object — The links to associated subresources.
      - `participants` string — Links to the participants
      - `recordings` string — Links to the recordings

---

[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/e1376ef9bfca/schema)
