---
title: "Get Requirements Extraction Run"
method: GET
path: "/internal/evals/requirements-extraction"
tags: ["internal"]
---

# Get Requirements Extraction Run

`GET /internal/evals/requirements-extraction`

One run's cases, without grounding — the case selector, and cheap enough to load eagerly.

## Query parameters

- `run_id` string, nullable — Defaults to the most recent run.

## Response `200`

Successful Response

- BenchRunSummary
  - `run_id` string, required
  - `model` string, required
  - `temperature` number, required
  - `profile` string
  - `resolved_doc_types` boolean, required
  - `status` string
  - `error` string, nullable
  - `cases` BenchCaseSummary[]
    - `case_id` string, required
    - `label` string, nullable
    - `filename` string, nullable
    - `document_type` string, nullable
    - `page_count` integer
    - `error` string, nullable
    - `requirement_count` integer
    - `defect_count` integer

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/kobaltlabs/apis/fastapi.md) · [All operations](https://skmtc.dev/kobaltlabs/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/kobaltlabs/fastapi/revisions/3ff4c0bd276b/schema)
