---
title: "Get mission-level performance for a track (nested child rows)"
method: GET
path: "/api/v1/team-performance/performance-by-track-missions"
tags: ["dashboard", "bff"]
---

# Get mission-level performance for a track (nested child rows)

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

## 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
- `trackId` string, required

## Response `201`

- TeamPerformanceGetPerformanceByTrackMissionsResponseDTO
  - `data` object[], required
    - `attempted` number, required — Number of distinct reps who attempted this mission (>= 1 analysis-completed session)
    - `averageScore` number, nullable, required — Per rep, the latest DONE scored session score for this 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 this mission
    - `improvementDelta` number, nullable, required — Mean, across reps, of each rep's (best − first session) score for this mission. Only reps with >= 2 scored sessions contribute, so this can be null even when attempts exist (e.g. every rep has a single scored session).
    - `missionId` string, required — Unique identifier for the mission
    - `missionName` string, required — Name of the mission
    - `personaImage` string, required — URL of the persona image
    - `personaName` string, required — Name of the persona used in the mission
    - `populationCount` number, required — Size of the selected population (the "Y" in "X of Y")
    - `trackName` string, required — Name of the parent 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)
