---
title: "Get batch status and results"
method: GET
path: "/api/v2/batches/{batch_id}"
tags: ["Batch Processing (v2)"]
---

# Get batch status and results

`GET /api/v2/batches/{batch_id}`

## Path parameters

- `batch_id` string, required

## Query parameters

- `include_images` boolean

## Response `200`

Batch status with results

- BatchStatusResponse
  - `batch_id` string
  - `status` 'pending' | 'processing' | 'completed' | 'failed' | 'cancelled'
  - `progress` object
    - `total_input_images` integer
    - `total_expected_outputs` integer
    - `completed` integer
    - `failed` integer
    - `pending` integer
  - `credits_reserved` integer
  - `credits_used` integer
  - `images` object[]

---

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