---
title: "Retrieve a list of conversations in your account's default service"
method: GET
path: "/v1/Conversations"
tags: ["ConversationsV1Conversation"]
---

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

`GET /v1/Conversations`

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

## Query parameters

- `StartDate` string
- `EndDate` string
- `State` 'initializing' | 'inactive' | 'active' | 'closed' — Current state of this conversation. Can be either `initializing`, `active`, `inactive` or `closed` and defaults to `active`
- `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.
    - `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.
    - `messaging_service_sid` string, nullable — The unique ID of the [Messaging Service](https://www.twilio.com/docs/messaging/api/service-resource) this conversation belongs to.
    - `sid` string, nullable — A 34 character string that uniquely identifies this resource.
    - `friendly_name` string, nullable — The human-readable name of this conversation, limited to 256 characters. Optional.
    - `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.
    - `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.
    - `state` 'initializing' | 'inactive' | 'active' | 'closed' — Current state of this conversation. Can be either `initializing`, `active`, `inactive` or `closed` and defaults to `active`
    - `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.
    - `timers` unknown
    - `url` string, uri, nullable — An absolute API resource URL for this conversation.
    - `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.
    - `bindings` unknown
  - `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

## Changes

- **2025-08-18** (v1) `7c6893e0ba68` — 1 warning, 1 info
  - added the new `initializing` enum value to the `conversations/items/state` response property for the response status `200`
  - added the new enum value `initializing` to the `query` request parameter `State`
- **2025-07-03** (v1) `92d1169c37c2` — 2 breaking
  - the `conversations/items/bindings` response's property type/format changed from `object`/`` to ``/`` for status `200`
  - the `conversations/items/timers` response's property type/format changed from `object`/`` to ``/`` for status `200`
- **2025-06-12** (v1) `9e5a9439b5b3` — 1 breaking
  - for the `query` request parameter `PageSize`, the max was decreased from `1000.00` to `100.00`
- **2025-03-11** (v1) `b4d0e634cd69` — 2 breaking
  - the `conversations/items/bindings` response's property type/format changed from ``/`` to `object`/`` for status `200`
  - the `conversations/items/timers` response's property type/format changed from ``/`` to `object`/`` for status `200`
- **2025-02-20** (v1) `2cf60eb95eb9` — 1 breaking
  - for the `query` request parameter `PageSize`, the type/format was changed from `integer`/`` to `integer`/`int64`

[Full history](https://skmtc.dev/twilio/apis/conversations-v1/changes/v1/Conversations/get.md)

---

[API](https://skmtc.dev/twilio/apis/conversations-v1.md) · [All operations](https://skmtc.dev/twilio/apis/conversations-v1/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/twilio/conversations-v1/revisions/6a37056c7727/schema)
