# Fetch a specific Participant. **GET /v1/Services/{ServiceSid}/Sessions/{SessionSid}/Participants/{Sid}** Fetch a specific Participant. ## Servers - https://proxy.twilio.com: https://proxy.twilio.com () ## Authentication methods - Account sid auth token ## Parameters ### Path parameters - **ServiceSid** (string) The SID of the parent [Service](https://www.twilio.com/docs/proxy/api/service) of the resource to fetch. - **SessionSid** (string) The SID of the parent [Session](https://www.twilio.com/docs/proxy/api/session) of the resource to fetch. - **Sid** (string) The Twilio-provided string that uniquely identifies the Participant resource to fetch. ## 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) - **sid** (string | null) The unique string that we created to identify the Participant resource. - **session_sid** (string | null) The SID of the parent [Session](https://www.twilio.com/docs/proxy/api/session) resource. - **service_sid** (string | null) The SID of the resource's parent [Service](https://www.twilio.com/docs/proxy/api/service) resource. - **account_sid** (string | null) The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Participant resource. - **friendly_name** (string | null) The string that you assigned to describe the participant. This value must be 255 characters or fewer. Supports UTF-8 characters. **This value should not have PII.** - **identifier** (string | null) The phone number or channel identifier of the Participant. This value must be 191 characters or fewer. Supports UTF-8 characters. - **proxy_identifier** (string | null) The phone number or short code (masked number) of the participant's partner. The participant will call or message the partner participant at this number. - **proxy_identifier_sid** (string | null) The SID of the Proxy Identifier assigned to the Participant. - **date_deleted** (string(date-time) | null) The [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) date when the Participant was removed from the session. - **date_created** (string(date-time) | null) The [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) date and time in GMT when the resource was created. - **date_updated** (string(date-time) | null) The [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) date and time in GMT when the resource was last updated. - **url** (string(uri) | null) The absolute URL of the Participant resource. - **links** (object(uri-map) | null) The URLs to resources related the participant. [Powered by Bump.sh](https://bump.sh)