> ## 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.

# GetDetailedBatch

> Ruft mit der GetDetailedBatch-Methode der FlexiCapture Web Services API ausführliche Informationen zu einem FlexiCapture-Batch ab.

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

Ruft erweiterte Informationen zu einem Batch ab.

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

```csharp theme={null}
DetailedBatch GetDetailedBatch(int batchId);
```

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

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

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

| Type                                                             | Beschreibung            |
| ---------------------------------------------------------------- | ----------------------- |
| [DetailedBatch](/de/flexi-capture/api/structures/detailed-batch) | Informationen zum Batch |
