---
title: "Show batch process"
method: GET
path: "/batch_processes/{id}"
---

# Show batch process

`GET /batch_processes/{id}`

Show details of a specific batch process 
 <Tip>**HTTP Request** <br/>`GET https://api.firstpromoter.com/api/v2/company/batch_processes/{id}`</Tip>

## Path parameters

- `id` integer, required

## Headers

- `Account-ID` string, required

## Response `200`

Successfully retrieved batch process

- BatchProcess
  - `id` integer
  - `status` 'pending' | 'in_progress' | 'completed' | 'failed' | 'stopped'
  - `total` integer
  - `selected_total` integer
  - `processed_count` integer
  - `failed_count` integer
  - `action_label` string
  - `created_at` string, date-time
  - `updated_at` string, date-time
  - `meta` object, nullable
  - `progress` integer
  - `processing_errors` string[]

## Other responses

- `401` — Unauthenticated or missing bearer token
- `403` — Forbidden - invalid user type or insufficient permissions

---

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