---
title: "Get sprint activity stats per mission"
method: GET
path: "/api/v1/sprint-activity/mission-stats"
tags: ["dashboard", "bff"]
---

# Get sprint activity stats per mission

`GET /api/v1/sprint-activity/mission-stats`

## Query parameters

- `page` number
- `limit` number
- `order` object
  - `averageRoundToCompletion` 'ASC' | 'DESC'
  - `averageScore` 'ASC' | 'DESC'
  - `completionPercentage` 'ASC' | 'DESC'
  - `roundsPlayed` 'ASC' | 'DESC'
- `sprintId` string, uuid, required

## Response `201`

- SprintActivityFindMissionStatsResponseDTO
  - `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)
    - `completionPercentage` number, required — Percentage of mission completion
    - `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)
