---
title: "Get average score per scorecard task for a mission"
method: GET
path: "/api/v1/team-performance/performance-by-scorecard-item"
tags: ["dashboard", "bff"]
---

# Get average score per scorecard task for a mission

`GET /api/v1/team-performance/performance-by-scorecard-item`

## Query parameters

- `missionId` string, required
- `teamIds` string[]
- `userIds` string[]
- `fromDate` string, date-time
- `toDate` string, date-time

## Response `201`

- TeamPerformanceGetPerformanceByScorecardItemResponseDTO[]
  - `averageScore` number, nullable, required — Mean score (0-100) for this task across the filtered population; null when no scored sessions exist in range
  - `taskId` string, required — Scorecard task id (the analysis conversation item reference id)
  - `title` string, required — Scorecard task title

---

[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)
