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

> Batch 構造を返す ABBYY FlexiCapture Web Services API の GetBatch メソッドを使用して、ID で単一のバッチ情報を取得します。

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

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

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

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

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

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

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

| **型**                                                          | **説明** |
| -------------------------------------------------------------- | ------ |
| [Batch](/ja/flexi-capture/api/structures/batch-api-structures) | バッチの情報 |
