---
title: "Start Evaluation Run"
method: POST
path: "/api/workspaces/{workspace_id}/evaluation/runs"
---

# Start Evaluation Run

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

## Path parameters

- `workspace_id` string, required

## Request body

- StartEvaluationRunRequest
  - `useCaseId` string, required
  - `agentId` string, nullable
  - `personaIds` string[], required
  - `scenarioIds` string[], required
  - `name` string, nullable

## Response `201`

Successful Response

- EvaluationRunResponse
  - `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; 11 could not be searched.

- **2026-07-31** `7c9aff2501f3` — 2 breaking, 2 warning, 2 info
  - added the new required request property `useCaseId`
  - removed the required property `campaignId` from the response with the `201` status
  - removed the request property `campaignId`
  - removed the optional property `campaignName` from the response with the `201` status
  - …2 more

[Change history](https://skmtc.dev/outcallerai/apis/fastapi/changes/api/workspaces/:workspace_id/evaluation/runs/post.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)
