> ## Documentation Index
> Fetch the complete documentation index at: https://docs.smokeball.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Tasks

[**@smokeballdev/smokeball-client-sdk**](./../../../../README)

***

# Interface: Task

The task entity from Smokeball.

## Properties

### assigneeIds

> **assigneeIds**: `string`\[]

List of assigned staff member ids.

***

### categories

> **categories**: `string`\[]

List of categories.

***

### completedByStaffId

> **completedByStaffId**: `string`

Completed by Staff id.

***

### completedDate

> **completedDate**: `string`

Completed date

***

### createdByStaffId

> **createdByStaffId**: `string`

Created by Staff id.

***

### createdDate

> **createdDate**: `string`

Created date

***

### dueDate

> **dueDate**: `string`

Due date

***

### duration

> **duration**: `string`

Duration of the task in ISO 8601 duration format (e.g. PT4H30M).

***

### id

> **id**: `string`

Task id.

***

### isCompleted

> **isCompleted**: `boolean`

True when the task is completed.

***

### isDeleted

> **isDeleted**: `boolean`

True when the task is deleted.

***

### lastUpdated

> **lastUpdated**: `number`

Last updated timestamp.

***

### lastUpdatedByStaffId

> **lastUpdatedByStaffId**: `string`

Last Updated by Staff id.

***

### matterId

> **matterId**: `string`

Matter id.

***

### note

> **note**: `string`

Notes on the task.

***

### parentTaskId

> **parentTaskId**: `string`

Parent Task id.

***

### subject

> **subject**: `string`

Short description of the task.

***

### subTaskIds

> **subTaskIds**: `string`\[]

List of associated sub task ids.
