---
title: "Retrieve a list of all participants of the conversation"
method: GET
path: "/v1/Conversations/{ConversationSid}/Participants"
tags: ["ConversationsV1Participant"]
---

# Retrieve a list of all participants of the conversation

`GET /v1/Conversations/{ConversationSid}/Participants`

Retrieve a list of all participants of the conversation

## Path parameters

- `ConversationSid` string, required

## Query parameters

- `PageSize` integer
- `Page` integer
- `PageToken` string

## Response `200`

OK

- object
  - `participants` ConversationsV1ConversationConversationParticipant[]
    - `account_sid` string, nullable — The unique ID of the [Account](https://www.twilio.com/docs/iam/api/account) responsible for this participant.
    - `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 Conversations SDK 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 that this resource was created.
    - `date_updated` string, date-time, nullable — The date that 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.
  - `meta` object
    - `first_page_url` string, uri
    - `key` string
    - `next_page_url` string, uri, nullable
    - `page` integer
    - `page_size` integer
    - `previous_page_url` string, uri, nullable
    - `url` string, uri

---

[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)
