dashboard
bff

Get average score per scorecard task for a mission

get/api/v1/team-performance/performance-by-scorecard-item

Query parameters

missionIdstring required

The mission whose scorecard tasks to score

teamIdsstring[]

Restrict the population to these teams

userIdsstring[]

Restrict the population to these users

fromDatestring date-time

Inclusive lower bound of the session date window

toDatestring date-time

Inclusive upper bound of the session date window

Response

averageScorenumber nullable required

Mean score (0-100) for this task across the filtered population; null when no scored sessions exist in range

taskIdstring required

Scorecard task id (the analysis conversation item reference id)

titlestring required

Scorecard task title

Changes

No recorded changes to this endpoint across all 8 revisions of this API.