---
title: "Get Batch Results"
method: GET
path: "/api/batch/results/{batch_id}"
tags: ["Batch Processing"]
---

# Get Batch Results

`GET /api/batch/results/{batch_id}`

Get complete results for all documents in a batch.
Includes all pages with bounding boxes and structured data.
Supports both authenticated users and guest mode.
Guest users MUST provide guest_session_id for security.

Pagination params (optional, for large documents):
  page_offset: start page index (default 0)
  page_limit: max pages to return per document (default all)
When paginated, response includes total_pages per document.

## Path parameters

- `batch_id` string, required

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

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