---
title: "Get Conversation Messages"
method: GET
path: "/agent/conversations/{conversation_id}/messages"
tags: ["agent"]
---

# Get Conversation Messages

`GET /agent/conversations/{conversation_id}/messages`

Get message history for a conversation.

## Path parameters

- `conversation_id` string, required

## Response `200`

Successful Response

- ConversationMessage[]
  - `role` 'user' | 'assistant', required
  - `content` string, required
  - `timestamp` string, date-time, required
  - `transcript_results` TranscriptResult[], nullable
    - `transcript_id` string, required
    - `title` string, required
    - `ticker` string, nullable
    - `call_date` string, required
    - `transcript_type` string, nullable
    - `tickers_also_mentioned` string[]
    - `is_bookmarked` boolean

## Other responses

- `404` — Not found
- `422` — Validation Error

---

[API](https://skmtc.dev/trytrata/apis/fastapi.md) · [All operations](https://skmtc.dev/trytrata/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/trytrata/fastapi/revisions/89fec75ff598/schema)
