---
title: "GET /v1/Conversations"
method: GET
path: "/v1/Conversations"
---

# GET /v1/Conversations

`GET /v1/Conversations`

Retrieve a list of conversations in your account's default service

## Query parameters

- `StartDate` string
- `EndDate` string
- `State` 'inactive' | 'active' | 'closed'
- `PageSize` integer
- `Page` integer
- `PageToken` string

## Response `200`

OK

- object
  - `conversations` 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.
  - `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/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)
