---
title: "Retrieve a list of all messages in the conversation"
method: GET
path: "/v1/Conversations/{ConversationSid}/Messages"
tags: ["ConversationsV1Message"]
---

# Retrieve a list of all messages in the conversation

`GET /v1/Conversations/{ConversationSid}/Messages`

Retrieve a list of all messages in the conversation

## Path parameters

- `ConversationSid` string, required

## Query parameters

- `Order` 'asc' | 'desc'
- `PageSize` integer
- `Page` integer
- `PageToken` string

## Response `200`

OK

- object
  - `messages` ConversationsV1ConversationConversationMessage[]
    - `account_sid` string, nullable — The unique ID of the [Account](https://www.twilio.com/docs/iam/api/account) responsible for this message.
    - `conversation_sid` string, nullable — The unique ID of the [Conversation](https://www.twilio.com/docs/conversations/api/conversation-resource) for this message.
    - `sid` string, nullable — A 34 character string that uniquely identifies this resource.
    - `index` integer — The index of the message within the [Conversation](https://www.twilio.com/docs/conversations/api/conversation-resource). Indices may skip numbers, but will always be in order of when the message was received.
    - `author` string, nullable — The channel specific identifier of the message's author. Defaults to `system`.
    - `body` string, nullable — The content of the message, can be up to 1,600 characters long.
    - `media` unknown[], nullable — An array of objects that describe the Message's media, if the message contains media. Each object contains these fields: `content_type` with the MIME type of the media, `filename` with the name of the media, `sid` with the SID of the Media resource, and `size` with the media object's file size in bytes. If the Message has no media, this value is `null`.
      - unknown
    - `attributes` string, nullable — A 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.
    - `participant_sid` string, nullable — The unique ID of messages's author participant. Null in case of `system` sent message.
    - `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. `null` if the message has not been edited.
    - `url` string, uri, nullable — An absolute API resource API URL for this message.
    - `delivery` unknown
    - `links` object, nullable — Contains an absolute API resource URL to access the delivery & read receipts of this message.
    - `content_sid` string, nullable — The unique ID of the multi-channel [Rich Content](https://www.twilio.com/docs/content) template.
  - `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)
