v1

latestOpenAPI 3.1.0raw.githubusercontent.com2026-04-21149158448.6 KB
Diamond
evaluation-results

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

get/v1/evaluation-results/

Query parameters

team_idstring uuid required
limitinteger

Maximum number of results to return

Maximum number of results to return

offsetinteger

Number of results to skip for paging

Number of results to skip for paging

Response

Successful Response

totalinteger required

Total number of completed evaluations (before limit/offset)