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

> ABBYY FlexiCapture Web Services API の GetTaskInfoExt メソッドは、タスクに関する詳細情報を返します。

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

タスクの詳細情報を取得します。

<div id="definition">
  ## 定義
</div>

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

<div id="parameters">
  ## パラメーター
</div>

| 名前       | 型     | 説明             |
| -------- | ----- | -------------- |
| `taskId` | `int` | 情報を取得するタスクのID。 |

<div id="returned-value">
  ## 戻り値
</div>

| 型                                                    | 説明        |
| ---------------------------------------------------- | --------- |
| [TaskExt](/ja/flexi-capture/api/structures/task-ext) | タスクの詳細情報。 |
