---
title: "List evaluation cases"
method: GET
path: "/agent-eval/cases"
tags: ["Business Agent - Operate"]
---

# List evaluation cases

`GET /agent-eval/cases`

List all evaluation scenario configurations for the given entity.

## Headers

- `X-API-Version` '2.0.0'

## Response `200`

List of eval cases for the entity

- OperateEvalCasesResponse — List of eval cases for the entity
  - `eval_cases` OperateBizAIEvalCaseResponse[], required
    - `categories` string[]
    - `id` string, required
    - `max_turns` integer
    - `scenario` string, required
    - `success_criteria` string[]

## Other responses

- `400` — Bad request
- `401` — Unauthorized
- `404` — Not found
- `429` — Too many requests
- `500` — Server error

---

[API](https://skmtc.dev/360dialog/apis/messaging-api.md) · [All operations](https://skmtc.dev/360dialog/apis/messaging-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/360dialog/messaging-api/revisions/74b31f9f8610/schema)
