---
title: "Get an evaluation suite with its cases"
method: GET
path: "/v1/knowledge-base/evals/suites/{suite_id}"
tags: ["knowledge-base-evals"]
---

# Get an evaluation suite with its cases

`GET /v1/knowledge-base/evals/suites/{suite_id}`

## Path parameters

- `suite_id` string, uuid, required

## Response `200`

Successful Response

- KBEvalSuiteDetailResponse
  - `id` string, uuid, required
  - `organization_id` string, uuid, required
  - `name` string, required
  - `description` string, nullable, required
  - `pass_threshold` integer, required
  - `created_at` string, date-time, required
  - `updated_at` string, date-time, required
  - `cases` KBEvalCaseResponse[]
    - `id` string, uuid, required
    - `suite_id` string, uuid, required
    - `organization_id` string, uuid, required
    - `question` string, required
    - `expected_answer` string, required
    - `success_criteria` string[]
    - `created_at` string, date-time, required
    - `updated_at` string, date-time, required

## Other responses

- `400` — Bad request
- `401` — Authentication required
- `404` — Resource not found
- `422` — Validation Error

---

[API](https://skmtc.net/oneloop-hq/apis/feather-api.md) · [All operations](https://skmtc.net/oneloop-hq/apis/feather-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/oneloop-hq/feather-api/revisions/9cd7291d4228/schema)
