---
title: "Get a batch job"
method: GET
path: "/v6/batches/{batchId}"
tags: ["Batch Jobs"]
---

# Get a batch job

`GET /v6/batches/{batchId}`

Returns the full record for a single batch job, including current `status`, `success_rows`, `failed_rows`, and data source configuration. Poll this endpoint to monitor job progress until `status` reaches a terminal state: `DONE`, `FAILED`, `CANCELED`, or `EXPIRED`.

## Path parameters

- `batchId` string, required

## Response `200`

Batch job record.

## Other responses

- `400` — Bad Request
- `401` — Missing or invalid access token.
- `402` — Payment Required
- `403` — Forbidden
- `404` — Batch job not found or does not belong to this client.
- `415` — Unsupported Media Type
- `423` — Error
- `429` — Too Many Requests

---

[API](https://skmtc.net/extole/apis/integration-api-server-to-extole.md) · [All operations](https://skmtc.net/extole/apis/integration-api-server-to-extole/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/extole/integration-api-server-to-extole/revisions/c16e62e66755/schema)
