---
title: "Retrieve a list of conversations in your service"
method: GET
path: "/v1/Services/{ChatServiceSid}/Conversations"
tags: ["ConversationsV1Conversation"]
---

# Retrieve a list of conversations in your service

`GET /v1/Services/{ChatServiceSid}/Conversations`

Retrieve a list of conversations in your service

## Path parameters

- `ChatServiceSid` string, required

## Query parameters

- `StartDate` string
- `EndDate` string
- `State` 'inactive' | 'active' | 'closed' | 'initializing' — 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` ConversationsV1ServiceServiceConversation[]
    - `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` 'inactive' | 'active' | 'closed' | 'initializing' — 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

---

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