---
title: "GET /v1/Users/{UserSid}/Conversations/{ConversationSid}"
method: GET
path: "/v1/Users/{UserSid}/Conversations/{ConversationSid}"
---

# GET /v1/Users/{UserSid}/Conversations/{ConversationSid}

`GET /v1/Users/{UserSid}/Conversations/{ConversationSid}`

Fetch a specific User Conversation.

## Path parameters

- `UserSid` string, required
- `ConversationSid` string, required

## Response `200`

OK

- ConversationsV1UserUserConversation
  - `account_sid` string, nullable — The unique ID of the [Account](https://www.twilio.com/docs/iam/api/account) responsible for this conversation.
  - `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.
  - `chat_service_sid` string, nullable — The unique ID of the [Conversation Service](https://www.twilio.com/docs/conversations/api/service-resource) this conversation belongs to.
  - `conversation_sid` string, nullable — The unique ID of the [Conversation](https://www.twilio.com/docs/conversations/api/conversation-resource) for this User Conversation.
  - `conversation_state` 'inactive' | 'active' | 'closed'
  - `created_by` string, nullable — Identity of the creator of this Conversation.
  - `date_created` string, date-time, nullable — The date that this conversation was created, given in ISO 8601 format.
  - `date_updated` string, date-time, nullable — The date that this conversation was last updated, given in ISO 8601 format.
  - `friendly_name` string, nullable — The human-readable name of this conversation, limited to 256 characters. Optional.
  - `last_read_message_index` integer, nullable — The index of the last Message in the Conversation that the Participant has read.
  - `links` object, nullable — Contains absolute URLs to access the [participant](https://www.twilio.com/docs/conversations/api/conversation-participant-resource) and [conversation](https://www.twilio.com/docs/conversations/api/conversation-resource) of this conversation.
  - `notification_level` 'default' | 'muted'
  - `participant_sid` string, nullable — The unique ID of the [participant](https://www.twilio.com/docs/conversations/api/conversation-participant-resource) the user conversation belongs to.
  - `timers` unknown
  - `unique_name` string, nullable — An application-defined string that uniquely identifies the Conversation resource. It can be used to address the resource in place of the resource's `conversation_sid` in the URL.
  - `unread_messages_count` integer, nullable — The number of unread Messages in the Conversation for the Participant.
  - `url` string, uri, nullable
  - `user_sid` string, nullable — The unique string that identifies the [User resource](https://www.twilio.com/docs/conversations/api/user-resource).

---

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