Get Task
task_getRetrieve detailed information about a specific time entry or task by providing its ID.
Instructions
Use this when the user wants to view detailed information about a specific time entry/task.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The task ID to retrieve |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Task ID | |
| description | No | Task description | |
| projectTitle | No | Associated project title | |
| startDateTime | No | Start date and time | |
| endDateTime | No | End date and time | |
| duration | No | Duration in seconds | |
| billable | No | Whether the task is billable |