---
title: "List Evaluation Runs"
method: GET
path: "/api/workspaces/{workspace_id}/evaluation/runs"
---

# List Evaluation Runs

`GET /api/workspaces/{workspace_id}/evaluation/runs`

## Path parameters

- `workspace_id` string, required

## Response `200`

Successful Response

- EvaluationRunListResponse
  - `runs` EvaluationRunResponse[], required
    - `id` string, required
    - `workspaceId` string, required
    - `useCaseId` string, required
    - `useCaseName` string, nullable
    - `agentId` string, nullable
    - `name` string, nullable
    - `status` string, required
    - `startedAt` string, date-time, nullable
    - `completedAt` string, date-time, nullable
    - `results` EvaluationResultResponse[]
      - `id` string, required
      - `runId` string, required
      - `personaId` string, required
      - `scenarioId` string, required
      - `personaName` string, nullable
      - `scenarioName` string, nullable
      - `status` string, required
      - `leadId` string, nullable
      - `callId` string, nullable
      - `transcript` string, nullable
      - `score` number, nullable
      - `passed` boolean, nullable
      - `evaluationNotes` string, nullable
      - `suggestions` unknown
      - `criteriaResults` unknown
      - `startedAt` string, date-time, nullable
      - `completedAt` string, date-time, nullable
      - `createdAt` string, date-time, required
      - `updatedAt` string, date-time, required
    - `passCount` integer
    - `failCount` integer
    - `totalCount` integer
    - `createdAt` string, date-time, required
    - `updatedAt` string, date-time, required

## Other responses

- `422` — Validation Error

## Changes

> 16 revisions in range; 12 could not be searched.

- **2026-07-31** `7c9aff2501f3` — 1 breaking, 1 warning, 2 info
  - removed the required property `runs/items/campaignId` from the response with the `200` status
  - removed the optional property `runs/items/campaignName` from the response with the `200` status
  - added the optional property `runs/items/useCaseName` to the response with the `200` status
  - added the required property `runs/items/useCaseId` to the response with the `200` status

[Change history](https://skmtc.dev/outcallerai/apis/fastapi/changes/api/workspaces/:workspace_id/evaluation/runs/get.md)

---

[API](https://skmtc.dev/outcallerai/apis/fastapi.md) · [All operations](https://skmtc.dev/outcallerai/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/outcallerai/fastapi/revisions/6155db644bab/schema)
