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

# GetBatchPercentCompleted

> Check batch processing progress as a percentage with the GetBatchPercentCompleted method of the ABBYY FlexiCapture Web Services API, identified by batch ID.

## What it does

Gets information (in percent) about the progress of batch processing.

## Definition

```
int GetBatchPercentCompleted( int batchId );
```

## Parameters

| **Name** | **Type** | **Description**                                                         |
| -------- | -------- | ----------------------------------------------------------------------- |
| batchId  | int      | The ID of the batch for which processing information is to be retrieved |

## Returned value

| **Type** | **Description**                                                                                                                                                                                                                                    |
| -------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| int      | The percentage of the task completed (For a document, 33% means the document is imported, 66% means the document is recognized, 100% means the document is exported. For a batch, the average value for all documents of the batch is calculated.) |
