---
title: "Fetch a participant of the conversation"
method: GET
path: "/v1/Services/{ChatServiceSid}/Conversations/{ConversationSid}/Participants/{Sid}"
tags: ["ConversationsV1Participant"]
---

# Fetch a participant of the conversation

`GET /v1/Services/{ChatServiceSid}/Conversations/{ConversationSid}/Participants/{Sid}`

Fetch a participant of the conversation

## Path parameters

- `ChatServiceSid` string, required
- `ConversationSid` string, required
- `Sid` string, required

## Response `200`

OK

- ConversationsV1ServiceServiceConversationServiceConversationParticipant
  - `account_sid` string, nullable — The unique ID of the [Account](https://www.twilio.com/docs/iam/api/account) responsible for this participant.
  - `chat_service_sid` string, nullable — The SID of the [Conversation Service](https://www.twilio.com/docs/conversations/api/service-resource) the Participant resource is associated with.
  - `conversation_sid` string, nullable — The unique ID of the [Conversation](https://www.twilio.com/docs/conversations/api/conversation-resource) for this participant.
  - `sid` string, nullable — A 34 character string that uniquely identifies this resource.
  - `identity` string, nullable — A unique string identifier for the conversation participant as [Conversation User](https://www.twilio.com/docs/conversations/api/user-resource). This parameter is non-null if (and only if) the participant is using the [Conversation SDK](https://www.twilio.com/docs/conversations/sdk-overview) to communicate. Limited to 256 characters.
  - `attributes` string, nullable — An optional string metadata field you can use to store any data you wish. The string value must contain structurally valid JSON if specified. **Note** that if the attributes are not set `{}` will be returned.
  - `messaging_binding` unknown
  - `role_sid` string, nullable — The SID of a conversation-level [Role](https://www.twilio.com/docs/conversations/api/role-resource) to assign to the participant.
  - `date_created` string, date-time, nullable — The date on which this resource was created.
  - `date_updated` string, date-time, nullable — The date on which this resource was last updated.
  - `url` string, uri, nullable — An absolute API resource URL for this participant.
  - `last_read_message_index` integer, nullable — Index of last “read” message in the [Conversation](https://www.twilio.com/docs/conversations/api/conversation-resource) for the Participant.
  - `last_read_timestamp` string, nullable — Timestamp of last “read” message in the [Conversation](https://www.twilio.com/docs/conversations/api/conversation-resource) for the Participant.

---

[API](https://skmtc.net/twilio/apis/conversations-v1.md) · [All operations](https://skmtc.net/twilio/apis/conversations-v1/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/twilio/conversations-v1/versions/34913a501fc2/schema)
