---
title: "Retrieve a Participant"
method: GET
path: "/Accounts/{AccountSid}/Conferences/{ConferenceSid}/Participants/{CallSid}"
tags: ["Conference Participants"]
---

# Retrieve a Participant

`GET /Accounts/{AccountSid}/Conferences/{ConferenceSid}/Participants/{CallSid}`

Retrieves one active voice-conference participant by the call SID used to join the conference. Use [List all active Participants](/docs/compatibility-api/rest/conference-participants/list-all-participants) to discover Call SIDs; this operation does not retrieve Video Room participants.

#### Permissions

The API token used to authenticate must have the following scope(s) enabled to make a successful request: _Voice_.

[Learn more about API scopes](/docs/platform/your-signalwire-api-space).

## Path parameters

- `AccountSid` string, uuid, required — Universal Unique Identifier.
- `ConferenceSid` string, uuid, required — Universal Unique Identifier.
- `CallSid` string, uuid, required — Universal Unique Identifier.

## Response `200`

The request has succeeded.

- ConferenceParticipantResponse — Response containing a single conference participant.
  - `account_sid` string, uuid, required — Universal Unique Identifier.
  - `call_sid` string, uuid, required — Universal Unique Identifier.
  - `call_sid_to_coach` string, uuid, required — Universal Unique Identifier.
  - `coaching` boolean, required — Whether the participant is coaching another call.
  - `conference_sid` string, uuid, required — Universal Unique Identifier.
  - `date_created` string, required — The date, in RFC 2822 format, this conference participant was created.
  - `status` 'completed' | 'in-progress', required — Conference participant status.
  - `date_updated` string, required — The date, in RFC 2822 format, this conference participant was updated.
  - `end_conference_on_exit` boolean, required — Whether or not a conference ends when a participant leaves the conference call.
  - `muted` boolean, required — Whether or not a participant is muted.
  - `hold` boolean, required — Whether or not a participant is on hold.
  - `start_conference_on_enter` boolean, required — Whether or not a conference will begin when this participant enters the conference call.
  - `uri` string, required — The URI for this conference participant.

## Other responses

- `400` — The request was invalid or cannot be processed. Check the error details for more information.
- `401` — Authentication failed. Please verify your credentials and try again.
- `404` — The requested resource was not found. Please verify the resource identifier.

## Changes

- **2026-05-12** `2916d5e3072e` — 4 breaking, 5 info
  - the `account_sid` response's property type changed from `string` to no type, and format from `uuid` to no format for status `200`
  - the `call_sid` response's property type changed from `string` to no type, and format from `uuid` to no format for status `200`
  - the `call_sid_to_coach` response's property format changed from `uuid` to no format for status `200`
  - the `conference_sid` response's property type changed from `string` to no type, and format from `uuid` to no format for status `200`
  - …5 more
- **2026-05-12** `5344c0c93a4c` — 4 info
  - added 'unevaluatedProperties' constraint to the response body for the status `200`
  - added 'unevaluatedProperties' constraint to the response body for the status `400`
  - added 'unevaluatedProperties' constraint to the response body for the status `401`
  - added 'unevaluatedProperties' constraint to the response body for the status `404`
- **2026-03-04** `2e516ba2383f` — 1 breaking
  - response property `call_sid_to_coach` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
- …earlier changes not shown

[Full history](https://skmtc.dev/signalwire/apis/compatibility-api/changes/Accounts/:AccountSid/Conferences/:ConferenceSid/Participants/:CallSid/get.md)

---

[API](https://skmtc.dev/signalwire/apis/compatibility-api.md) · [All operations](https://skmtc.dev/signalwire/apis/compatibility-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/signalwire/compatibility-api/revisions/723316346320/schema)
