v52

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

Fetch a conference resource

Returns a conference resource.

get/texml/Accounts/{account_sid}/Conferences/{conference_sid}

Path parameters

account_sidstring required

The id of the account the resource belongs to.

conference_sidstring required

The ConferenceSid that uniquely identifies a conference.

Response

Conference resource.

account_sidstring

The id of the account the resource belongs to.

api_versionstring

The version of the API that was used to make the request.

call_sid_ending_conferencestring

Caller ID, if present.

date_createdstring

The timestamp of when the resource was created.

date_updatedstring

The timestamp of when the resource was last updated.

friendly_namestring

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.

regionstring

A string representing the region where the conference is hosted.

sidstring

The unique identifier of the conference.

status'init' | 'in-progress' | 'completed'

The status of this conference.

subresource_urisobject

A list of related resources identified by their relative URIs.

uristring

The relative URI for this conference.

Example response

{
  "account_sid": "4e71926f-8f13-450e-b91c-23c2ef786aa6",
  "api_version": "v2/texml",
  "date_created": "Fri, 27 Oct 2023 07:41:58 +0000",
  "date_updated": "Fri, 27 Oct 2023 07:41:58 +0000",
  "friendly_name": "weekly_review_call",
  "region": "dc2",
  "sid": "cd5a70f4-759b-4d5e-9c06-88c00f16f3c1",
  "status": "in-progress",
  "subresource_uris": {
    "participants": "/v2/texml/Accounts/4e71926f-8f13-450e-b91c-23c2ef786aa6/Conferences/cd5a70f4-759b-4d5e-9c06-88c00f16f3c1/Participants.json",
    "recordings": "/v2/texml/Accounts/4e71926f-8f13-450e-b91c-23c2ef786aa6/Conferences/cd5a70f4-759b-4d5e-9c06-88c00f16f3c1/Recordings.json"
  },
  "uri": "/v2/texml/Accounts/4e71926f-8f13-450e-b91c-23c2ef786aa6/Conferences/cd5a70f4-759b-4d5e-9c06-88c00f16f3c1.json"
}