---
title: "List transcript messages with pagination"
method: GET
path: "/api/v1/transcript-messages"
tags: ["session"]
---

# List transcript messages with pagination

`GET /api/v1/transcript-messages`

## Query parameters

- `ids` string[], nullable
- `page` number
- `limit` number
- `order` object
- `callId` string
- `language` 'en' | 'de' | 'fr' | 'es' | 'it' | 'nl' | 'pl' | 'zh' | 'ja' | 'id' | 'tr' | 'pt' | 'el' | 'ko' | 'vi' | 'hi' | 'ms' | 'th' | 'hr' | 'ro' | 'bg' | 'sv' | 'no' | 'yue'

## Response `201`

- MessageFindResponseDTO
  - `data` object[], required
    - `callId` string, required — The call ID associated with the message.
    - `content` string, required — The content of the message.
    - `createdAt` string, date-time, required — The creation date of the message.
    - `endTime` string, nullable — The end time of the message, if applicable.
    - `id` string, required — The unique identifier for the message.
    - `lastUpdatedAt` string, date-time, required — The last update date of the message.
    - `role` 'prospect' | 'sales-agent', required — The role of the message sender.
    - `secondsFromStart` number, required — Seconds from the start of the transcript.
    - `speakerUserId` string, uuid, nullable, required — The Jam user who spoke this turn, when the transcript carried speaker attribution. Null for unattributed turns (prospects, legacy transcripts without speaker labels).
    - `time` string, required — The time of the message in the transcript.
    - `userId` string, required — The learner user ID.
  - `meta` object, required
    - `hasNext` boolean, required
    - `limit` number, required
    - `page` number, required
    - `total` number, required

---

[API](https://skmtc.net/wejam/apis/jam.md) · [All operations](https://skmtc.net/wejam/apis/jam/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/wejam/jam/revisions/bd5a5f406bca/schema)
