---
title: "Get Batch Job"
method: GET
path: "/v1/batch-jobs/{batch_job_id}"
---

# Get Batch Job

`GET /v1/batch-jobs/{batch_job_id}`

Gets a batch job.

## Path parameters

- `batch_job_id` string, required

## Response `200`

Successful Response

- GetBatchJobV1Response
  - `status` 'PENDING' | 'RUNNING' | 'SUCCESS' | 'FAILURE' | 'CANCELLED' | 'UNDEFINED' | 'TIMEOUT', required
  - `result` string, nullable
  - `duration` string, duration, required
  - `num_tasks_pending` integer, nullable
  - `num_tasks_completed` integer, nullable

## Other responses

- `422` — Validation Error

---

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