Return the latest completed evaluation summary per agent for the team.
Uses server-side grouping (one row per agent_id with max completed_at).
No pagination; returns at most one summary per agent that has a completed evaluation.
GET
/
v1
/
evaluation-summaries
/
latest-by-agent
List Latest Evaluation Summaries By Agent
curl --request GET \
--url https://api.example.com/v1/evaluation-summaries/latest-by-agent