---
title: "list conferences"
method: GET
path: "/Accounts/{AccountSid}/Conferences"
tags: ["Conferences"]
---

# list conferences

`GET /Accounts/{AccountSid}/Conferences`

## Path parameters

- `AccountSid` string, required

## Query parameters

- `expand` 'participants'

## Response `200`

list of conferences for a specified account. A plain array of conference names by default; an array of ConferenceRoom objects when expand=participants.

- union
  - string[]
  - ConferenceRoom[]
    - `id` string, required — conference name (account-scoped)
    - `name` string, required — conference name
    - `durationSec` integer, required — seconds since the conference started
    - `participants` ConferenceParticipant[], required
      - `call_sid` string, uuid, required — call_sid of this member's leg (usable with updateCall, e.g. conferenceParticipantAction)
      - `label` string, required — caller id when available, otherwise the bare number
      - `memberTag` string, required — the member's conference tag (empty string when untagged)
      - `isAgent` boolean, required — convenience flag, true when memberTag is "agent"

## Other responses

- `500` — system error

## Changes

- **2026-07-02** `904bad4299be` — 2 breaking, 1 info
  - added `subschema #1, subschema #2` to the response body `oneOf` list for the response status `200`
  - the response's body type changed from `array` to no type for status `200`
  - added the new optional `query` request parameter `expand`

[Change history](https://skmtc.dev/jambonz/apis/jambonz-api-2/changes/Accounts/:AccountSid/Conferences/get.md)

---

[API](https://skmtc.dev/jambonz/apis/jambonz-api-2.md) · [All operations](https://skmtc.dev/jambonz/apis/jambonz-api-2/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/jambonz/jambonz-api-2/revisions/f67276990725/schema)
