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

> Obtiene información sobre un lote por su ID mediante el método GetBatch de la API de servicios web de ABBYY FlexiCapture, que devuelve una estructura Batch.

<div id="what-it-does">
  ## Qué hace
</div>

Obtiene información sobre un lote.

<div id="definition">
  ## Definición
</div>

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

<div id="parameters">
  ## Parámetros
</div>

| **Name** | **Tipo** | **Descripción**                                    |
| -------- | -------- | -------------------------------------------------- |
| batchId  | int      | El ID del lote del que se va a obtener información |

<div id="returned-value">
  ## Valor devuelto
</div>

| **Tipo**                                                       | **Descripción**           |
| -------------------------------------------------------------- | ------------------------- |
| [Batch](/es/flexi-capture/api/structures/batch-api-structures) | Información sobre el lote |
