List Completed Evaluations
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
Query parameters
Maximum number of results to return
Maximum number of results to return
Number of results to skip for paging
Number of results to skip for paging
Response
Successful Response