---
title: "Get team performance broken down by track"
method: GET
path: "/api/v1/team-performance/performance-by-track"
tags: ["dashboard", "bff"]
---

# Get team performance broken down by track

`GET /api/v1/team-performance/performance-by-track`

## Query parameters

- `page` number
- `limit` number
- `teamIds` string[]
- `userIds` string[]
- `language` 'en' | 'de' | 'fr' | 'es' | 'it' | 'nl' | 'zh-Hans'
- `createdAfter` string, date-time
- `createdBefore` string, date-time
- `trackIds` string[]

## Response `201`

- TeamPerformanceGetPerformanceByTrackResponseDTO
  - `data` object[], required
    - `attempted` number, required — Number of distinct reps who attempted the track (>= 1 analysis-completed session on any of its missions)
    - `averageScore` number, nullable, required — Per rep, the mean of the latest DONE scored session per mission (any scored session, including sub-70 / not completed); then meaned across reps. Null when no rep has a scored session (never 0).
    - `completedCount` number, required — Number of reps who completed every mission in the track
    - `improvementDelta` number, nullable, required — Mean of (best − first session) per mission across the track. Only reps with >= 2 scored sessions on a mission contribute, so this can be null even when attempts exist (e.g. every rep has a single scored session).
    - `populationCount` number, required — Size of the selected population (the "Y" in "X of Y")
    - `trackId` string, required — Unique identifier for the track
    - `trackName` string, required — Name of the track
  - `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)
