# Fetch an instance of a conference **GET /2010-04-01/Accounts/{AccountSid}/Conferences/{Sid}.json** Fetch an instance of a conference Voice call conferences ## Servers - https://api.twilio.com: https://api.twilio.com () ## Authentication methods - Account sid auth token ## Parameters ### Path parameters - **AccountSid** (string) The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Conference resource(s) to fetch. - **Sid** (string) The Twilio-provided string that uniquely identifies the Conference resource to fetch ## Responses ### 200 OK #### Headers - **Access-Control-Allow-Origin** (string) Specify the origin(s) allowed to access the resource - **Access-Control-Allow-Methods** (string) Specify the HTTP methods allowed when accessing the resource - **Access-Control-Allow-Headers** (string) Specify the headers allowed when accessing the resource - **Access-Control-Allow-Credentials** (boolean) Indicates whether the browser should include credentials - **Access-Control-Expose-Headers** (string) Headers exposed to the client #### Body: application/json (object) - **account_sid** (string | null) 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) | null) 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) | null) 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 | null) The API version used to create this conference. - **friendly_name** (string | null) A string that you assigned to describe this conference room. Maximum length is 128 characters. - **region** (string | null) 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 | null) The unique, Twilio-provided string used to identify this Conference resource. - **status** (string) The status of this conference. Can be: `init`, `in-progress`, or `completed`. - **uri** (string | null) The URI of this resource, relative to `https://api.twilio.com`. - **subresource_uris** (object(uri-map) | null) A list of related resources identified by their URIs relative to `https://api.twilio.com`. - **reason_conference_ended** (string) 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 | null) The call SID that caused the conference to end. [Powered by Bump.sh](https://bump.sh)