---
title: "Get Test Case"
method: GET
path: "/evals/test-cases/{test_case_id}"
tags: ["EVALS"]
deprecated: true
---

# Get Test Case

`GET /evals/test-cases/{test_case_id}`

> **Deprecated.**

Get a specific test case by ID.

## Path parameters

- `test_case_id` string, required

## Response `200`

Successful Response

- TestCaseResponse
  - `id` string, required
  - `name` string, required
  - `description` string, nullable
  - `turns` object[], required
  - `criteria` object, required
  - `created_at` string, required
  - `updated_at` string, required
  - `updated_by` string, nullable
  - `tags` string[], nullable
  - `tenant` string
  - `team_id` string, nullable
  - `custom_agents` object[], nullable
  - `user_view` object, nullable

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/myaltimate/apis/fastapi.md) · [All operations](https://skmtc.net/myaltimate/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/myaltimate/fastapi/versions/103580dad816/schema)
