# Fetch a specific User Conversation. **GET /v1/Users/{UserSid}/Conversations/{ConversationSid}** Fetch a specific User Conversation. A User Conversation resource represents a conversation of the user belonging to a default conversation service. ## Servers - https://conversations.twilio.com: https://conversations.twilio.com () ## Authentication methods - Account sid auth token ## Parameters ### Path parameters - **UserSid** (string) The unique SID identifier of the [User resource](https://www.twilio.com/docs/conversations/api/user-resource). This value can be either the `sid` or the `identity` of the User resource. - **ConversationSid** (string) The unique SID identifier of the Conversation. This value can be either the `sid` or the `unique_name` of the [Conversation resource](https://www.twilio.com/docs/conversations/api/conversation-resource). ## 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) - **account_sid** (string | null) The unique ID of the [Account](https://www.twilio.com/docs/iam/api/account) responsible for this conversation. - **chat_service_sid** (string | null) The unique ID of the [Conversation Service](https://www.twilio.com/docs/conversations/api/service-resource) this conversation belongs to. - **conversation_sid** (string | null) The unique ID of the [Conversation](https://www.twilio.com/docs/conversations/api/conversation-resource) for this User Conversation. - **unread_messages_count** (integer | null) The number of unread Messages in the Conversation for the Participant. - **last_read_message_index** (integer | null) The index of the last Message in the Conversation that the Participant has read. - **participant_sid** (string | null) The unique ID of the [participant](https://www.twilio.com/docs/conversations/api/conversation-participant-resource) the user conversation belongs to. - **user_sid** (string | null) The unique string that identifies the [User resource](https://www.twilio.com/docs/conversations/api/user-resource). - **friendly_name** (string | null) The human-readable name of this conversation, limited to 256 characters. Optional. - **conversation_state** (string) The current state of this User Conversation. One of `inactive`, `active` or `closed`. - **timers** () Timer date values representing state update for this conversation. - **attributes** (string | null) 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. - **date_created** (string(date-time) | null) The date that this conversation was created, given in ISO 8601 format. - **date_updated** (string(date-time) | null) The date that this conversation was last updated, given in ISO 8601 format. - **created_by** (string | null) Identity of the creator of this Conversation. - **notification_level** (string) The Notification Level of this User Conversation. One of `default` or `muted`. - **unique_name** (string | null) 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. - **url** (string(uri) | null) - **links** (object(uri-map) | null) 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. [Powered by Bump.sh](https://bump.sh)