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

> GetTaskInfo method in the ABBYY FlexiCapture web services API retrieves a Task object with details about a task identified by its task ID.

## What it does

Gets information about a task.

## Definition

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

## Parameters

| **Name** | **Type** | **Description**                                               |
| -------- | -------- | ------------------------------------------------------------- |
| taskId   | int      | The ID of the task about which information is to be retrieved |

## Returned value

| **Type**                                   | **Description**            |
| ------------------------------------------ | -------------------------- |
| [Task](/flexi-capture/api/structures/task) | Information about the task |
