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

> Get extended information about a FlexiCapture batch with the GetDetailedBatch Web Services API method.

## What it does

Gets extended information about a batch.

## Definition

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

## Parameters

| Name      | Type  | Description                                                    |
| --------- | ----- | -------------------------------------------------------------- |
| `batchId` | `int` | The ID of the batch about which information is to be retrieved |

## Returned value

| Type                                                          | Description                 |
| ------------------------------------------------------------- | --------------------------- |
| [DetailedBatch](/flexi-capture/api/structures/detailed-batch) | Information about the batch |
