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

> ABBYY FlexiCapture ウェブサービス API の GetTaskInfo メソッドは、タスクIDで識別されるタスクの詳細情報を含む Task オブジェクトを取得します。

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

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

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

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

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

| **Name** | **型** | **説明**           |
| -------- | ----- | ---------------- |
| taskId   | int   | 情報を取得する対象のタスクのID |

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

| **型**                                         | **説明** |
| --------------------------------------------- | ------ |
| [Task](/ja/flexi-capture/api/structures/task) | タスクの情報 |
