Skip to main content
GET
List Evaluation Summaries

Query Parameters

team_id
string<uuid>
required

Team ID to list summaries for

agent_id
string<uuid> | null

Filter by agent ID

status
enum<string> | null

Filter by status (running, completed, failed, cancelled) Statuses for an evaluation run (mirrors the workflow lifecycle).

Available options:
running,
completed,
failed,
cancelled
harness_type
enum<string> | null

Filter by harness type (standard or custom)

Available options:
standard,
custom
tested_by
enum<string> | null

Filter by tool that ran the evaluation Tools that can produce evaluation results.

Available options:
diamond,
promptfoo,
garak,
pyrit
limit
integer
default:10

Maximum number of results to return

Required range: 1 <= x <= 100
offset
integer
default:0

Number of results to skip for paging

Required range: x >= 0

Response

Successful Response

Response model for a paginated list of evaluation summaries.

results
EvaluationSummaryResponse · object[]
required
total
integer
required
limit
integer
required
offset
integer
required
Last modified on April 21, 2026