---
title: "Get the status of a batch transfer enrichment job"
method: GET
path: "/batches/{transferEnrichmentBatchId}"
tags: ["Transfer Enrichment"]
---

# Get the status of a batch transfer enrichment job

`GET /batches/{transferEnrichmentBatchId}`

Get the status of a batch transfer enrichment job.

## Response `200`

Successful operation

- BatchGetStatusApiResponse
  - `batchId` string, uuid — Unique identifier for the batch job
  - `status` 'pending' | 'running' | 'completed' | 'failed' — Current status of the batch job

## Other responses

- `400` — Invalid input
- `403` — Unauthorized
- `404` — Batch job not found
- `500` — Unexpected Error

---

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