---
title: "List conference resources"
method: GET
path: "/texml/Accounts/{account_sid}/Conferences"
tags: ["TeXML REST Commands"]
---

# List conference resources

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

Lists conference resources.

## Path parameters

- `account_sid` string, required

## Query parameters

- `Page` integer
- `PageSize` integer
- `PageToken` string
- `FriendlyName` string
- `Status` 'init' | 'in-progress' | 'completed'
- `DateCreated` string
- `DateUpdated` string

## Response `200`

Multiple conference resources.

- ConferenceResourceIndex
  - `conferences` 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.
  - `end` integer — The number of the last element on the page, zero-indexed.
  - `first_page_uri` string — /v2/texml/Accounts/61bf923e-5e4d-4595-a110-56190ea18a1b/Conferences.json?Page=0&PageSize=1
  - `next_page_uri` string — /v2/texml/Accounts/61bf923e-5e4d-4595-a110-56190ea18a1b/Conferences.json?Page=1&PageSize=1&PageToken=MTY4AjgyNDkwNzIxMQ
  - `page` integer — Current page number, zero-indexed.
  - `page_size` integer — The number of items on the page
  - `start` integer — The number of the first element on the page, zero-indexed.
  - `uri` string — The URI of the current page.

## 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/versions/8f5f4e537994/schema)
