---
title: "Get job batch"
method: GET
path: "/v1/apps/{app_uuid}/batches/{batch_id}"
tags: ["jobs"]
---

# Get job batch

`GET /v1/apps/{app_uuid}/batches/{batch_id}`

## Headers

- `X-Fields` string, mask

## Response `200`

Success

- JobBatch
  - `created` string, date-time
  - `app_uuid` string
  - `batch_id` string
  - `batch_total` integer
  - `batch_processed` boolean
  - `invalid_index` integer[]
  - `error_message` string[]
  - `errors_with_filename` string[]
  - `total_processed` integer
  - `valid_count` integer
  - `no_strict` boolean

## Other responses

- `404` — App not found

---

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