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

> Obtiene información ampliada sobre un lote de FlexiCapture mediante el método GetDetailedBatch de la API de servicios web.

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

Obtiene información detallada sobre un lote.

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

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

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

| Name      | Tipo  | Descripción                                         |
| --------- | ----- | --------------------------------------------------- |
| `batchId` | `int` | El ID del lote del que se recuperará la información |

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

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