---
title: "Get Message"
method: GET
path: "/api/v1/conversations/{cuuid}/messages/{uuid}"
tags: ["Conversations"]
---

# Get Message

`GET /api/v1/conversations/{cuuid}/messages/{uuid}`

## Path parameters

- `cuuid` string, required
- `uuid` string, required

## Response `200`

Message sent successfully

- MessageResponse
  - `status` string
  - `data` Message
    - `id` integer
    - `created_at` string, date-time
    - `updated_at` string, date-time
    - `uuid` string
    - `type` 'incoming' | 'outgoing'
    - `status` 'pending' | 'sent' | 'received' | 'failed'
    - `conversation_id` integer
    - `conversation_uuid` string
    - `content` string
    - `text_content` string
    - `content_type` 'html' | 'text'
    - `private` boolean
    - `sender_id` integer
    - `sender_type` 'agent' | 'contact'
    - `meta` object
      - `to` string[]
      - `cc` string[]
      - `bcc` string[]
      - `from` string[]
      - `subject` string
    - `attachments` object[]

## Other responses

- `401` — Unauthorized
- `500` — Internal server error

---

[API](https://skmtc.dev/libredesk/apis/libredesk-api.md) · [All operations](https://skmtc.dev/libredesk/apis/libredesk-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/libredesk/libredesk-api/revisions/71ee25a0b5df/schema)
