---
title: "Retrieve a Conference"
method: GET
path: "/Accounts/{AccountSid}/Conferences/{Sid}"
tags: ["Conferences"]
---

# Retrieve a Conference

`GET /Accounts/{AccountSid}/Conferences/{Sid}`

Retrieve a single conference.

#### 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](/platform/dashboard/getting-started/your-signalwire-api-space#api-token-scopes).

## Path parameters

- `AccountSid` string, uuid, required
- `Sid` string, uuid, required

## Response `200`

The request has succeeded.

- ConferenceResponse — Response containing a single conference.
  - `sid` string, uuid, required — The unique identifier for this conference.
  - `account_sid` string, uuid, required — The unique identifier for the account that created this conference.
  - `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.
- `404` — The requested resource was not found. Please verify the resource identifier.

## Changes

- **2026-01-19** `d5fbaaddfa3e` — 1 breaking, 14 info
  - the `region` response's property type changed from no type to `string` for status `200`
  - added the non-success response with the status `400`
  - removed `#/components/schemas/ConferenceRegion` from the `region` response property `allOf` list for the response status `200`
  - the response property `account_sid` became required for the status `200`
  - …11 more
- **2026-01-15** `3c88f14db21e` — 5 breaking, 2 warning, 13 info
  - added the new path request parameter `AccountSid`
  - added the new path request parameter `Sid`
  - the `region` response's property type changed from `string` to no type for status `200`
  - the `status` response's property type changed from `string` to no type for status `200`
  - …16 more

[Change history](https://skmtc.dev/signalwire/apis/compatibility-api/changes/Accounts/:AccountSid/Conferences/:Sid/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/8891278c1908/schema)
