# Get Task

> Get Task activity that get a single Google Task by browsing, name, or ID in Google Workspace.

`UiPath.GSuite.Activities.GetTaskConnections`

Get a single Google Task by browsing, name, or ID.

## Description

### Scopes

This activity requires the following scopes:

* https://www.googleapis.com/auth/tasks

OR

* https://www.googleapis.com/auth/tasks.readonly

## Project compatibility

Windows | Cross-platform

## Configuration

* **Google Tasks connection** - The connection for the Google Workspace account to use in the activity.
* **Task** - Browse to select a task. Select the ![docs image](https://dev-assets.cms.uipath.com/assets/images/activities/activities-docs-image-365276-e8a3baa4.webp) icon to browse through available lists or change the input type to **URL or ID** or **Full path**.
  + **List ID** - The ID of the list. This field is displayed if you select **URL or ID** input mode. This field supports `String` type input.
  + **Task ID** - The ID of the task. This field is displayed if you select **URL or ID** input mode. This field supports `String` type input.
  + **Full path** - Specify the task full path. This field is displayed if you select **Full path** input mode. This field supports `String` type input.
  + Select **Reload tasks** if you've modified your lists and need to retrieve the latest data.
* **Include subtasks** - Whether to include subtasks or not. Default value: Off. Boolean value.

### Additional properties

Output

* **Task** - The retrieved task. Automatically generated output variable.
