---
title: "List Transcription Tests"
method: GET
path: "/admin/transcription-tests"
tags: ["admin-transcription-tests"]
---

# List Transcription Tests

`GET /admin/transcription-tests`

## Query parameters

- `dataset` string

## Response `200`

Successful Response

- TranscriptionTestImage[]
  - `_id` string
  - `image_url` string, required
  - `dataset` string
  - `attempts_by_config` object
  - `corrected_attempts_by_config` object
  - `user_id` string, nullable
  - `exercise_id` string, nullable
  - `exercise_content` string, nullable
  - `exercise_solution` string, nullable
  - `ground_truth` string, nullable
  - `created_at` string, date-time
  - `updated_at` string, date-time

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/excellence-ai/apis/excellence-learning.md) · [All operations](https://skmtc.dev/excellence-ai/apis/excellence-learning/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/excellence-ai/excellence-learning/revisions/c407f3b5a05b/schema)
