---
title: "Get Batch Run"
method: GET
path: "/api/v1/eval_batch_runs/{run_id}"
tags: ["collections"]
---

# Get Batch Run

`GET /api/v1/eval_batch_runs/{run_id}`

Get batch run status and progress.

## Path parameters

- `run_id` integer, required

## Cookies

- `wos-session` string
- `datalab_active_team` string

## Response `200`

Successful Response

- EvalBatchRunResponse
  - `id` integer, required
  - `collection_id` integer, required
  - `eval_rubric_id` integer, nullable, required
  - `pipeline_id` string, nullable, required
  - `pipeline_type` string, required
  - `status` string, required
  - `started_at` string, date-time, nullable, required
  - `completed_at` string, date-time, nullable, required
  - `total_files` integer, required
  - `completed_files` integer, required
  - `avg_score` number, nullable, required
  - `created` string, date-time, nullable, required
  - `eval_rubric_version` integer, nullable
  - `eval_definition_snapshot` object, nullable
  - `pipeline_version` integer, nullable

## Other responses

- `422` — Validation Error

---

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