---
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 used to authenticate must have the following scope(s) enabled to make a successful request: _Voice_.

[Learn more about API scopes](/docs/platform/your-signalwire-api-space).

## Path parameters

- `AccountSid` string, uuid, required — Universal Unique Identifier.

## Query parameters

- `DateCreated` string
- `DateCreated<` string
- `DateCreated>` string
- `DateUpdated` string
- `DateUpdated<` string
- `DateUpdated>` string
- `FriendlyName` string
- `Status` 'init' | 'in-progress' | 'completed' — Conference status.
- `Page` integer
- `PageSize` integer
- `PageToken` string

## Response `200`

The request has succeeded.

- ConferenceListResponse — Response containing a list of conferences.
  - `uri` string, required — The URI of the current page.
  - `first_page_uri` string, required — The URI of the first page.
  - `next_page_uri` string, nullable, required — The URI of the next page.
  - `previous_page_uri` string, nullable, required — The URI of the previous page.
  - `page` integer, required — The current page number.
  - `page_size` integer, required — The number of items per page.
  - `conferences` Conference[], required — List of conferences.
    - `sid` string, uuid, required — Universal Unique Identifier.
    - `account_sid` string, uuid, required — Universal Unique Identifier.
    - `date_created` string, required — The date, in RFC 2822 format, this conference was created.
    - `date_updated` string, required — The date, in RFC 2822 format, this conference was updated.
    - `friendly_name` string, required — A description, up to 64 characters, of the conference room.
    - `status` 'init' | 'in-progress' | 'completed', required — Conference status.
    - `api_version` string, required — The version of the SignalWire API.
    - `region` string, required — The region where this conference audio was mixed.
    - `uri` string, required — The URI for this conference.
    - `subresource_uris` ConferenceSubresourceUris, required — Conference subresource URIs.
      - `participants` string, required — Links to the participants.
      - `recordings` string, required — Links to the recordings.

## Other responses

- `400` — The request was invalid or cannot be processed. Check the error details for more information.
- `401` — Authentication failed. Please verify your credentials and try again.
- `422` — The request could not be processed due to validation errors. Check the error details for more information.

---

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