---
title: "Conversation: List Conversation Messages"
method: GET
path: "/{id}/messages"
tags: ["Conversation"]
---

# Conversation: List Conversation Messages

`GET /{id}/messages`

Get a list of messages that have been send in this story

## Path parameters

- `id` string, uuid, required

## Response `200`

An Array of conversation messages

- Message[]
  - `body` string
  - `id` string
  - `remote` boolean
  - `timestamp` string, date-time
  - `userId` string, uuid
  - `userName` string

## Other responses

- `401` — Unauthorized

---

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