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

# Get team performance broken down by mission

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

## Query parameters

- `ids` string[], nullable
- `page` number
- `limit` number
- `order` object
  - `averageRoundToCompletion` 'ASC' | 'DESC'
  - `averageScore` 'ASC' | 'DESC'
  - `roundsPlayed` 'ASC' | 'DESC'
- `trackId` string
- `teamId` string
- `fromDate` string, date-time
- `toDate` string, date-time

## Response `201`

- TeamPerformanceGetPerformanceByMissionResponseDTO
  - `data` object[], required
    - `averageRoundToCompletion` number, nullable — Average number of rounds to complete the mission (rounded to 2 decimal places)
    - `averageScore` number, nullable — Average score achieved (rounded to 2 decimal places)
    - `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
    - `roundsPlayed` number, required — Total number of rounds played for this mission
    - `trackName` string, required — Name of the track containing the mission
  - `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)
