Conferences
Retrieve a Conference
Fetch live details of a named Vobiz conference via GET - runtime, member count, mute/deaf states, call UUIDs, and join times for multi-party calls globally.
GET
Retrieve a conference
Authentication required:
X-Auth-ID- Your account Auth IDX-Auth-Token- Your account Auth TokenContent-Type: application/json
Path parameters
Response
When available, the response contains conference details and active members. The current failure response for a live conference is:Response - 200 OK
404 Not Found with {"error":"conference not found"}.
Response - 200 OK
Response Fields
conference_name- Name of the conferenceconference_run_time- Duration in seconds since conference startedconference_member_count- Number of active membersmembers- Array of member objects with detailed informationapi_id- Unique identifier for this API request
Member Information: Each member object includes their ID, mute/deaf status, caller details, direction (inbound/outbound), call UUID, and join time. See The Conference Object documentation for detailed attribute descriptions.
Example Request
Retrieve Conference by Name
cURL Request
%20).
Response with Multiple Members
JSON Response
Authorizations
Your Vobiz account Auth ID
Your Vobiz account Auth Token
Path Parameters
Your account Auth ID
Example:
"MA_XXXXXX"
Example:
"My Conf Room"