v52

OpenAPI 3.1.0raw.githubusercontent.com2026-07-311,1941,9384.1 MB
Conference Commands

List conference participants

Lists conference participants

get/conferences/{conference_id}/participants

Path parameters

conference_idstring required

Uniquely identifies the conference by id

Query parameters

region'Australia' | 'Europe' | 'Middle East' | 'US'

Region where the conference data is located

afterstring

Opaque identifier of next page

beforestring

Opaque identifier of previous page

limitinteger

Limit of records per single page

numberinteger

The page number to load

sizeinteger

The size of the page

Consolidated page parameter (deepObject style). Originally: page[after], page[before], page[limit], page[size], page[number]

mutedboolean

If present, participants will be filtered to those who are/are not muted

on_holdboolean

If present, participants will be filtered to those who are/are not put on hold

whisperingboolean

If present, participants will be filtered to those who are whispering or are not

Consolidated filter parameter (deepObject style). Originally: filter[muted], filter[on_hold], filter[whispering]

Response

Successful response with a list of conference participants.

Example response

{
  "data": [
    {
      "call_control_id": "v3:MdI91X4lWFEs7IgbBEOT9M4AigoY08M0WWZFISt1Yw2axZ_IiE4pqg",
      "call_leg_id": "3a15df2d-c801-4729-adf5-b56dd42e2abb",
      "conference": {
        "id": "41b9acd4-f4da-4ff5-a85c-e07e90b53f46",
        "name": "1"
      },
      "created_at": "2019-01-23T18:10:02.574Z",
      "end_conference_on_exit": true,
      "id": "dfadada7-af74-47bc-83a4-554275f55f5c",
      "muted": false,
      "on_hold": true,
      "record_type": "participant",
      "soft_end_conference_on_exit": true,
      "status": "joining",
      "updated_at": "2019-01-23T18:10:02.574Z",
      "whisper_call_control_ids": [
        "v2:Sg1xxxQ_U3ixxxyXT_VDNI3xxxazZdg6Vxxxs4-GNYxxxVaJPOhFMRQ",
        "v2:qqpb0mmvd-ovhhBr0BUQQn0fld5jIboaaX3-De0DkqXHzbf8d75xkw"
      ]
    }
  ],
  "meta": {
    "page_number": 2,
    "page_size": 25,
    "total_pages": 3,
    "total_results": 55
  }
}