---
title: "Get a list of messages within a conversation"
method: GET
path: "/v1/conversations/{csid}/messages"
tags: ["Conversations", "Message"]
deprecated: true
---

# Get a list of messages within a conversation

`GET /v1/conversations/{csid}/messages`

> **Deprecated.**

## Path parameters

- `csid` integer, required

## Response `200`

A list of messages

- object
  - `data` Message[], required
    - `id` string, required
    - `created_at` string, required
    - `author_id` string, required
    - `channel` 'widget_chat' | 'phone' | 'voice_mail' | 'email' | 'contact_form' | 'callback' | 'facebook_messenger', required — The channel a conversation can be conducted on.
    - `direction` 'widget_chat' | 'phone' | 'voice_mail' | 'email' | 'contact_form' | 'callback' | 'facebook_messenger' — The channel a conversation can be conducted on.
    - `attributes` MessageAttributes
      - `text` string
      - `to_emails` string
      - `cc_email` string
      - `from_email` string
      - `inline_images` string
      - `attachments` string
      - `direction` string
      - `a_phone_number` string
      - `b_phone_number` string
      - `is_automated_message` string
      - `is_auto_reply` string

---

[API](https://skmtc.net/dixa/apis/integrations-api-deprecated.md) · [All operations](https://skmtc.net/dixa/apis/integrations-api-deprecated/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/dixa/integrations-api-deprecated/versions/bb4e8372fb22/schema)
