# Get a specific Conference Summary. **GET /v1/Conferences/{ConferenceSid}** Get a specific Conference Summary. ## Servers - https://insights.twilio.com: https://insights.twilio.com () ## Authentication methods - Account sid auth token ## Parameters ### Path parameters - **ConferenceSid** (string) The unique SID identifier of the Conference. ## Responses ### 200 OK #### Headers - **Access-Control-Allow-Origin** (string) Specify the origin(s) allowed to access the resource - **Access-Control-Allow-Methods** (string) Specify the HTTP methods allowed when accessing the resource - **Access-Control-Allow-Headers** (string) Specify the headers allowed when accessing the resource - **Access-Control-Allow-Credentials** (boolean) Indicates whether the browser should include credentials - **Access-Control-Expose-Headers** (string) Headers exposed to the client #### Body: application/json (object) - **conference_sid** (string | null) The unique SID identifier of the Conference. - **account_sid** (string | null) The unique SID identifier of the Account. - **friendly_name** (string | null) Custom label for the conference resource, up to 64 characters. - **create_time** (string(date-time) | null) Conference creation date and time in ISO 8601 format. - **start_time** (string(date-time) | null) Timestamp in ISO 8601 format when the conference started. Conferences do not start until at least two participants join, at least one of whom has startConferenceOnEnter=true. - **end_time** (string(date-time) | null) Conference end date and time in ISO 8601 format. - **duration_seconds** (integer | null) Conference duration in seconds. - **connect_duration_seconds** (integer | null) Duration of the between conference start event and conference end event in seconds. - **status** (string | null) Status of this Conference; `in_progress`, `not_started`, `completed` or `summary_timeout`. if Twilio don't receive `last_participant_left` event, summary will be timeout after 24 hours - **max_participants** (integer | null) Maximum number of concurrent participants as specified by the configuration. - **max_concurrent_participants** (integer | null) Actual maximum number of concurrent participants in the conference. - **unique_participants** (integer | null) Unique conference participants based on caller ID. - **end_reason** (string | null) Conference end reason; e.g. last participant left, modified by API, etc. - **ended_by** (string | null) Call SID of the participant whose actions ended the conference. - **mixer_region** (string | null) Twilio region where the conference media was mixed. - **mixer_region_requested** (string | null) Twilio region where the conference media was mixed. - **recording_enabled** (boolean | null) Boolean. Indicates whether recording was enabled at the conference mixer. - **detected_issues** (object | null) Potential issues detected by Twilio during the conference. - **tags** (array[string] | null) Tags for detected conference conditions and participant behaviors which may be of interest. - **tag_info** (object | null) Object. Contains details about conference tags including severity. - **processing_state** (string | null) Processing state for the Conference Summary resource. Will be `in_progress` while data is being aggregated, `timeout` if Twilio couldn't process the summary in 24hrs, and `complete` once aggregations and analysis has ended. - **url** (string(uri) | null) The URL of this resource. - **links** (object(uri-map) | null) Contains a dictionary of URL links to nested resources of this Conference. [Powered by Bump.sh](https://bump.sh)