> ## Documentation Index
> Fetch the complete documentation index at: https://docs.abbyy.com/llms.txt
> Use this file to discover all available pages before exploring further.

# GetBatch

> Rufen Sie mit der GetBatch-Methode der ABBYY FlexiCapture Web Services API Informationen zu einem einzelnen Batch über seine ID ab. Die Methode gibt eine Batch-Struktur zurück.

<div id="what-it-does">
  ## Was es bewirkt
</div>

Ruft Informationen zu einem Batch ab.

<div id="definition">
  ## Definition
</div>

```
Batch GetBatch( int batchId );
```

<div id="parameters">
  ## Parameter
</div>

| **Name** | **Typ** | **Beschreibung**                                                  |
| -------- | ------- | ----------------------------------------------------------------- |
| batchId  | int     | Die ID des Batches, für den Informationen abgerufen werden sollen |

<div id="returned-value">
  ## Rückgabewert
</div>

| **Typ**                                                        | **Beschreibung**        |
| -------------------------------------------------------------- | ----------------------- |
| [Batch](/de/flexi-capture/api/structures/batch-api-structures) | Informationen zum Batch |
