---
title: "Get batch details"
method: GET
path: "/v2/batch/{id}"
tags: ["Batch"]
---

# Get batch details

`GET /v2/batch/{id}`

Fetch the details, status, and progress of a specific batch

## Path parameters

- `id` string, required

## Response `200`

Batch details retrieved successfully

- object
  - `id` string
  - `created_at` string, date-time
  - `status` 'PENDING' | 'JOBS_CREATED' | 'PROCESSING' | 'COMPLETED' | 'FAILED'
  - `metrics` object
    - `total_generations` integer
    - `success_count` integer
    - `failed_count` integer
    - `pending_count` integer
  - `webhookUrl` string, uri, nullable
  - `outputUrl` string

## Other responses

- `401` — Unauthorized
- `404` — Batch not found

---

[API](https://skmtc.net/sync/apis/sync-api-v2.md) · [All operations](https://skmtc.net/sync/apis/sync-api-v2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/sync/sync-api-v2/versions/9b2af21c2e0e/schema)
