---
title: "GET /conversations/{conversation_id}/messages"
method: GET
path: "/conversations/{conversation_id}/messages"
tags: ["Conversations"]
---

# GET /conversations/{conversation_id}/messages

`GET /conversations/{conversation_id}/messages`

Get a list of all available Messages for a given conversation.

## Path parameters

- `conversation_id` string, required

## Query parameters

- `limit` integer
- `offset` integer
- `created` string, date-time
- `events.created.at` string, date-time
- `events.created.by.id` string
- `events.updated.at` string, date-time
- `id` string
- `text` string
- `type` 'message' | 'state_change' | 'private'

## Response `200`

- ConversationsMessage[]
  - `id` string
  - `conversation` string
  - `account` ConversationsAccount — Connect Account details. `id` -- id of the account. `name` -- name of the account. `icon` -- icon of the account.
    - `id` string, required
    - `name` string
    - `icon` string, nullable
  - `created` string, date-time
  - `creator` ConversationsActor — Connect Actor details. `id` -- id of the actor. `name` -- name of the actor. `icon` -- icon of the actor.
    - `id` string
    - `name` string
    - `icon` string
  - `text` string, required
  - `type` 'message' | 'state_change' | 'private'
  - `events` object
    - `created` object
      - `at` string, datetime
      - `by` object
        - `id` string
        - `name` string
        - `icon` string
    - `updated` object
      - `at` string, datetime
      - `by` object
        - `id` string
        - `name` string
        - `icon` string

## Other responses

- `400`

---

[API](https://skmtc.net/cloudblue/apis/cloudblue-connect-api.md) · [All operations](https://skmtc.net/cloudblue/apis/cloudblue-connect-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/cloudblue/cloudblue-connect-api/revisions/0421d2a97c52/schema)
