Conferences

list conferences

get/Accounts/{AccountSid}/Conferences

Path parameters

AccountSidstring required

Query parameters

expand'participants'

When set to "participants", returns live rooms with duration and per-member details (call_sid, label, memberTag) instead of a plain list of conference names. Only in-progress call legs are included.

Response

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

string[] required
OR

Changes

Changed in 1 of the 17 revisions of this API.21

    • added subschema #1 subschema #2 to the response body oneOf list for the response status 200

      response-body-one-of-added

    • the response's body type/format changed from array/ to / for status 200

      response-body-type-changed

    • added the new optional query request parameter expand

      new-optional-request-parameter