---
title: "List real-call sessions across all team users"
method: GET
path: "/api/v1/team-activity/real-call-sessions"
tags: ["dashboard", "bff"]
---

# List real-call sessions across all team users

`GET /api/v1/team-activity/real-call-sessions`

## Query parameters

- `ids` string[], nullable
- `page` number
- `limit` number
- `order` object
- `createdAfter` string, date-time
- `createdBefore` string, date-time
- `teamId` string, uuid
- `userName` string
- `userIds` string[]
- `missionTitle` string
- `missionReferenceIds` string[]
- `scorecardReferenceIds` string[]
- `state` 'PENDING' | 'PROCESSING' | 'DONE'

## Response `201`

- TeamActivityFindRealCallSessionsResponseDTO
  - `data` object[], required
    - `analysisState` 'PENDING' | 'PROCESSING' | 'DONE' | 'SKIPPED', required — Current state of the analysis
    - `createdAt` string, date-time, required — Date and time when the session was created
    - `missionReferenceId` string, nullable — Reference identifier for the mission
    - `missionTitle` string, nullable — Title of the mission
    - `participantUserIds` string[] — User IDs of all attributed speakers in the call, including the scored rep. Empty array when the transcript carries no speaker attribution.
    - `results` string[], required — Array of solved status results for each task
    - `score` number, required — Final score achieved in the session
    - `scorecardReferenceId` string, nullable — Reference identifier for the scorecard
    - `scorecardTitle` string, nullable — Title of the scorecard
    - `sessionId` string, required — Unique identifier for the session
    - `state` 'PENDING' | 'PROCESSING' | 'DONE', required — Current state of the session
    - `teamName` string — Name of the team the user belongs to
    - `userId` string, required — Unique identifier for the user
    - `userName` string, required — Display name of the user
    - `userPictureUrl` string — URL of the user's profile picture
  - `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)
