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

# GetTaskInfo

> Die GetTaskInfo-Methode in der ABBYY FlexiCapture Web Services API ruft ein Task-Objekt mit Details zu einem über seine Task-ID identifizierten Task ab.

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

Ruft Informationen zu einem Task ab.

<div id="definition">
  ## Definition
</div>

```
Task GetTaskInfo ( int taskId );
```

<div id="parameters">
  ## Parameter
</div>

| **Name** | **Type** | **Beschreibung**                                               |
| -------- | -------- | -------------------------------------------------------------- |
| taskId   | int      | Die ID des Tasks, zu dem Informationen abgerufen werden sollen |

<div id="returned-value">
  ## Rückgabewert
</div>

| **Typ**                                       | **Beschreibung**       |
| --------------------------------------------- | ---------------------- |
| [Task](/de/flexi-capture/api/structures/task) | Informationen zum Task |
