---
title: "POST /api/v1/projects/{projectUuid}/aiAgents/{agentUuid}/evaluations/{evalUuid}/run"
method: POST
path: "/api/v1/projects/{projectUuid}/aiAgents/{agentUuid}/evaluations/{evalUuid}/run"
---

# POST /api/v1/projects/{projectUuid}/aiAgents/{agentUuid}/evaluations/{evalUuid}/run

`POST /api/v1/projects/{projectUuid}/aiAgents/{agentUuid}/evaluations/{evalUuid}/run`

## Path parameters

- `projectUuid` string, required
- `agentUuid` string, required
- `evalUuid` string, required

## Response `200`

Success

- ApiAiAgentEvaluationRunResponse
  - `results` AiAgentEvaluationRunSummary, required
    - `failedAssessments` number, double, required
    - `passedAssessments` number, double, required
    - `createdAt` string, date-time, required
    - `completedAt` string, date-time, nullable, required
    - `status` 'pending' | 'running' | 'completed' | 'failed', required
    - `evalUuid` string, required
    - `runUuid` string, required
  - `status` 'ok', required

## Other responses

- `default` — Error

---

[API](https://skmtc.dev/lightdash/apis/lightdash-api.md) · [All operations](https://skmtc.dev/lightdash/apis/lightdash-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/lightdash/lightdash-api/revisions/40c933755c9a/schema)
