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

> Récupère les informations sur un lot à partir de son ID à l'aide de la méthode GetBatch de l'API Web Services d'ABBYY FlexiCapture, qui renvoie une structure Batch.

<div id="what-it-does">
  ## Ce qu’il fait
</div>

Renvoie des informations sur un lot.

<div id="definition">
  ## Définition
</div>

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

<div id="parameters">
  ## Paramètres
</div>

| **Name** | **Type** | **Description**                                           |
| -------- | -------- | --------------------------------------------------------- |
| batchId  | int      | L’ID du lot dont les informations doivent être récupérées |

<div id="returned-value">
  ## Valeur renvoyée
</div>

| **Type**                                                       | **Description**               |
| -------------------------------------------------------------- | ----------------------------- |
| [Batch](/fr/flexi-capture/api/structures/batch-api-structures) | Informations relatives au lot |
