---
title: "Export paginated real call sessions data"
method: GET
path: "/api/v1/data-exports/real-call-sessions"
tags: ["data-export"]
---

# Export paginated real call sessions data

`GET /api/v1/data-exports/real-call-sessions`

## Query parameters

- `page` number
- `limit` number

## Response `201`

- DataExportFindSessionsResponseDTO
  - `data` object[], required
    - `analysis` object, required
      - `items` object[], required
        - `explanation` string, nullable, required — The explanation of the analysis item
        - `itemScore` number, required — The score of the analysis item
        - `name` string, nullable, required — The name of the analysis item
        - `solved` 'notSolved' | 'partlySolved' | 'solved', required — The status of the analysis item
        - `suggestion` string, nullable, required — The suggestion for the analysis item
      - `score` number, required — The overall score of the session
    - `completed` boolean, required — Whether the session is completed
    - `createdAt` string, date-time, required — The date and time when the session was created
    - `id` string, uuid, required — The unique identifier for the session
    - `language` 'en' | 'de' | 'fr' | 'es' | 'it' | 'nl' | 'zh-Hans', required — The language of the session
    - `lastUpdatedAt` string, date-time, required — The date and time when the session was last updated
    - `learnerUserId` string, uuid, required — The unique identifier for the learner user
    - `missionId` string, nullable — The unique identifier for the mission
    - `participantUserIds` string[] — User IDs of all attributed speakers in the call, including the scored rep (learnerUserId). Only set on real-call sessions; empty array when the transcript carries no speaker attribution.
    - `transcript` string, nullable, required — The transcript of the session, if available
  - `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)
