Skip to main content

Retrieve a conference participant

GET 
/conferences/:id/participants/:participant_id

Retrieve details of a specific conference participant by their ID or label.

Request

Responses

200:

Successful response

401:

Unauthorized. Authentication failed - the required authentication headers were either invalid or not included in the request.

404:

Resource not found. The requested resource does not exist. Common causes include: invalid call_control_id, conference not found, audio file not found, or recording not found.

422:

Unprocessable entity. The request was well-formed but could not be processed due to semantic errors. This includes validation errors, invalid parameter values, call state errors, conference errors, queue errors, recording/transcription errors, and business logic violations.