---
title: "Fetch an instance of a conference"
method: GET
path: "/2010-04-01/Accounts/{AccountSid}/Conferences/{Sid}.json"
tags: ["Api20100401Conference"]
---

# Fetch an instance of a conference

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

Fetch an instance of a conference

## Path parameters

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

## Response `200`

OK

- 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/6b6ffccef14c/schema)
