---
title: "GET /v1/Conversations/{Sid}"
method: GET
path: "/v1/Conversations/{Sid}"
---

# GET /v1/Conversations/{Sid}

`GET /v1/Conversations/{Sid}`

Fetch a conversation from your account's default service

## Path parameters

- `Sid` string, required

## Response `200`

OK

- ConversationsV1Conversation
  - `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.
  - `bindings` unknown
  - `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.
  - `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.
  - `friendly_name` string, nullable — The human-readable name of this conversation, limited to 256 characters. Optional.
  - `links` object, nullable — Contains absolute URLs to access the [participants](https://www.twilio.com/docs/conversations/api/conversation-participant-resource), [messages](https://www.twilio.com/docs/conversations/api/conversation-message-resource) and [webhooks](https://www.twilio.com/docs/conversations/api/conversation-scoped-webhook-resource) of this conversation.
  - `messaging_service_sid` string, nullable — The unique ID of the [Messaging Service](https://www.twilio.com/docs/sms/services/api) this conversation belongs to.
  - `sid` string, nullable — A 34 character string that uniquely identifies this resource.
  - `state` 'inactive' | 'active' | 'closed'
  - `timers` unknown
  - `unique_name` string, nullable — An application-defined string that uniquely identifies the resource. It can be used to address the resource in place of the resource's `sid` in the URL.
  - `url` string, uri, nullable — An absolute API resource URL for this conversation.

---

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