---
title: "Fetch a conference resource"
method: GET
path: "/texml/Accounts/{account_sid}/Conferences/{conference_sid}"
tags: ["TeXML REST Commands"]
---

# Fetch a conference resource

`GET /texml/Accounts/{account_sid}/Conferences/{conference_sid}`

Returns a single conference resource for the account by its ConferenceSid.

## Path parameters

- `account_sid` string, required
- `conference_sid` string, required

## Response `200`

Conference resource.

- ConferenceResource
  - `account_sid` string — The id of the account the resource belongs to.
  - `api_version` string — The version of the API that was used to make the request.
  - `call_sid_ending_conference` string — Caller ID, if present.
  - `date_created` string — The timestamp of when the resource was created.
  - `date_updated` string — The timestamp of when the resource was last updated.
  - `friendly_name` string — A string that you assigned to describe this conference room.
  - `reason_conference_ended` 'participant-with-end-conference-on-exit-left' | 'last-participant-left' | 'conference-ended-via-api' | 'time-exceeded' — The reason why a conference ended. When a conference is in progress, will be null.
  - `region` string — A string representing the region where the conference is hosted.
  - `sid` string — The unique identifier of the conference.
  - `status` 'init' | 'in-progress' | 'completed' — The status of this conference.
  - `subresource_uris` object — A list of related resources identified by their relative URIs.
  - `uri` string — The relative URI for this conference.

## Other responses

- `404` — Resource not found

---

[API](https://skmtc.net/team-telnyx/apis/telnyx-api-2.md) · [All operations](https://skmtc.net/team-telnyx/apis/telnyx-api-2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/team-telnyx/telnyx-api-2/revisions/3fdc16374d70/schema)
