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

> GetDetailedBatch Web Services API メソッドを使用して、FlexiCapture バッチの詳細情報を取得します。

<div id="what-it-does">
  ## 機能
</div>

バッチの拡張情報を取得します。

<div id="definition">
  ## 定義
</div>

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

<div id="parameters">
  ## パラメーター
</div>

| Name      | 型     | 説明                |
| --------- | ----- | ----------------- |
| `batchId` | `int` | 情報を取得する対象のバッチの ID |

<div id="returned-value">
  ## 戻り値
</div>

| 型                                                                | 説明        |
| ---------------------------------------------------------------- | --------- |
| [DetailedBatch](/ja/flexi-capture/api/structures/detailed-batch) | バッチに関する情報 |
