---
title: "Get sprint activity stats for the current user"
method: GET
path: "/api/v1/sprint-activity/user-stats"
tags: ["dashboard", "bff"]
---

# Get sprint activity stats for the current user

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

## Query parameters

- `page` number
- `limit` number
- `order` object
  - `averageScore` 'ASC' | 'DESC'
  - `completedMissions` 'ASC' | 'DESC'
  - `participatedMissions` 'ASC' | 'DESC'
  - `totalScore` 'ASC' | 'DESC'
- `sprintId` string, uuid, required

## Response `201`

- SprintActivityFindUserStatsResponseDTO
  - `data` object[], required
    - `averageScore` number, required — Average score (0-100) across all role-play rounds played by the user during the sprint
    - `completedMissions` number, required — Number of unique missions the user has completed during the sprint
    - `participatedMissions` number, required — Number of unique missions the user has participated in during the sprint
    - `totalMissionCount` number, required — Total number of missions available in the sprint track
    - `totalScore` number, required — Total score achieved by the user during the sprint
    - `userId` string, required — ID of the user
    - `userName` string, required — First name and last name of the user
  - `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)
