List completed evaluations from S3 storage for a specific team.
This endpoint lists only completed evaluations that have results stored in S3. It requires the team_id as a query parameter and respects permission checks. Supports paging via limit (default 10) and offset.
Args: team_id: Team ID to list evaluations for (required query parameter) limit: Max number of results (default 10, max 100) offset: Number of results to skip for paging claims: JWT claims with user and team info diamond_domain: Diamond domain for listing evaluations (newest-first sort + paginate) agent_adapter: Agent registry adapter for looking up agent names
Returns: List of completed evaluations with evaluation_id, team_id, agent information, and total count
Raises: HTTPException: 401 if unauthorized, 403 if no permission
Maximum number of results to return
1 <= x <= 100Number of results to skip for paging
x >= 0