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

# GetTaskInfoExt

> GetTaskInfoExt method in the ABBYY FlexiCapture Web Services API returns extended information about a task.

## What it does

Gets extended information about a task.

## Definition

```csharp theme={null}
TaskExt GetTaskInfoExt(int taskId);
```

## Parameters

| Name     | Type  | Description                                       |
| -------- | ----- | ------------------------------------------------- |
| `taskId` | `int` | The ID of the task to retrieve information about. |

## Returned value

| Type                                              | Description                          |
| ------------------------------------------------- | ------------------------------------ |
| [TaskExt](/flexi-capture/api/structures/task-ext) | Extended information about the task. |
