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

# GET /api/v1/projects/{projectUuid}/aiAgents/{agentUuid}/evaluations

`GET /api/v1/projects/{projectUuid}/aiAgents/{agentUuid}/evaluations`

## Path parameters

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

## Response `200`

Success

- ApiAiAgentEvaluationSummaryListResponse
  - `results` AiAgentEvaluationSummary[], required
    - `description` string, nullable, required
    - `title` string, required
    - `updatedAt` string, date-time, required
    - `createdAt` string, date-time, required
    - `evalUuid` string, required
    - `agentUuid` string, required
  - `status` 'ok', required

## Other responses

- `default` — Error

---

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