---
title: "Get Smart Doc Extraction Eval Results"
method: GET
path: "/internal/evals/smart-doc-extraction"
tags: ["internal"]
---

# Get Smart Doc Extraction Eval Results

`GET /internal/evals/smart-doc-extraction`

Return one local Anthropic vs. LlamaExtract eval run, merged with any
saved ground-truth labels and that run's reviewer field preferences.

## Query parameters

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

## Response `200`

Successful Response

- SmartDocExtractionResultItem[]
  - `upload_id` string, required
  - `group` string, required
  - `filename` string, nullable
  - `document_type` string, nullable
  - `smart_document_type` string, required
  - `preview_url` string, nullable
  - `ground_truth_expiration_date` string, nullable
  - `backends` object, required
  - `field_preferences` object
  - `preference_score` object

## 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)
