> For the complete documentation index, see [llms.txt](https://docs.gem-suite.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.gem-suite.com/api-reference/objects/project/task.md).

# Task

| Attribute       | Type    | Description                                                                                                                         |
| --------------- | ------- | ----------------------------------------------------------------------------------------------------------------------------------- |
| id              | integer | Unique identifier for the task.                                                                                                     |
| projet\_id      | integer | Project ID linked to the task.                                                                                                      |
| active          | integer | <p>Possible values are :</p><ul><li>0: Task is inactive</li><li>1: Task is active</li></ul>                                         |
| creation\_date  | date    | Creation date.                                                                                                                      |
| title           | string  | Title of task.                                                                                                                      |
| start\_date     | date    | Starting date of task.                                                                                                              |
| end\_date       | date    | Ending date of task                                                                                                                 |
| status          | integer | <p>Possible values are :</p><ul><li>1: To plan</li><li>2: To do</li><li>3: In progress</li><li>4: To test</li><li>5: Done</li></ul> |
| time\_estimated | number  | Time estimated to complete the task.                                                                                                |
| time\_spent     | number  | Time spent on the task.                                                                                                             |
| description     | string  | description of the task.                                                                                                            |
| comments        | array   | Comments linked to the task (user\_id,date,comment)                                                                                 |
