/clickup-time-tracking | Type: Application | PCID required: Yes
Tools
clickup_time_tracking_addtagsfromtimeentries
Add tags from time entries Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
team_id | number | Yes | — | Workspace ID |
tags | object[] | Yes | — | The tags value |
time_entry_ids | string[] | Yes | — | Time Entry Ids |
clickup_time_tracking_changetagnamesfromtimeentries
Change tag names from time entries Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
team_id | number | Yes | — | Workspace ID |
name | string | Yes | — | The name value |
new_name | string | Yes | — | New Name |
tag_bg | string | Yes | — | Tag Bg |
tag_fg | string | Yes | — | Tag Fg |
clickup_time_tracking_create_webhook
Create Webhook Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
team_id | number | Yes | — | Workspace ID |
endpoint | string | Yes | — | The endpoint value |
events | string[] | Yes | — | See documentation for available event options. Use * to subscribe to all events. |
folder_id | integer | No | — | Folder Id |
list_id | integer | No | — | List Id |
space_id | integer | No | — | Space Id |
task_id | string | No | — | Task Id |
clickup_time_tracking_createatimeentry
Create a time entry Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
team_Id | number | Yes | — | Workspace ID |
custom_task_ids | boolean | No | — | If you want to reference a task by it’s custom task id, this value must be true. |
assignee | integer | No | — | Workspace owners and admins can include any user id. Workspace members can only include their own user id. |
billable | boolean | No | — | The billable value |
description | string | No | — | The description value |
duration | integer | Yes | — | When there are values for both start and end, duration is ignored. The stop parameter can be used instead of the duration parameter. |
end | integer | No | — | The end value |
start | integer | Yes | — | The start value |
stop | integer | No | — | The duration parameter can be used instead of the stop parameter. |
tags | object[] | No | — | Users on the Business Plan and above can include a time tracking label. |
tid | string | No | — | The tid value |
clickup_time_tracking_delete_webhook
Delete Webhook Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
webhook_id | string | Yes | — | e506-4a29-9d42-26e504e3435e (uuid) |
clickup_time_tracking_deleteatime_entry
Delete a time Entry Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
team_id | number | Yes | — | Workspace ID |
timer_id | string | Yes | — | Array of timer ids to delete separated by commas |
clickup_time_tracking_get_webhooks
Get Webhooks Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
team_id | number | Yes | — | Workspace ID |
clickup_time_tracking_getalltagsfromtimeentries
Get all tags from time entries Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
team_id | number | Yes | — | Workspace ID |
clickup_time_tracking_getrunningtimeentry
Get running time entry Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
team_id | number | Yes | — | Workspace ID |
assignee | number | No | — | user id |
clickup_time_tracking_getsingulartimeentry
Get singular time entry Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
team_id | number | Yes | — | Workspace ID |
timer_id | string | Yes | — | The ID of a time entry. \ \ This can be found using the Get Time Entries Within a Date Range endpoint. |
include_task_tags | boolean | No | — | Include task tags in the response for time entries associated with tasks. |
include_location_names | boolean | No | — | Include the names of the List, Folder, and Space along with list_id,folder_id, and space_id. |
include_approval_history | boolean | No | — | Include the history of the approval for the time entry. |
include_approval_details | boolean | No | — | Include the details of the approval for the time entry. |
clickup_time_tracking_gettimeentrieswithinadaterange
Get time entries within a date range Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
team_Id | number | Yes | — | Workspace ID |
start_date | number | No | — | Unix time in milliseconds |
end_date | number | No | — | Unix time in milliseconds |
assignee | number | No | — | Filter by user_id. For multiple assignees, separate user_id using commas.\ \ Example: assignee=1234,9876\ \ Note: Only Workspace Owners/Admins have access to do this. |
include_task_tags | boolean | No | — | Include task tags in the response for time entries associated with tasks. |
include_location_names | boolean | No | — | Include the names of the List, Folder, and Space along with the list_id,folder_id, and space_id. |
include_approval_history | boolean | No | — | Include the history of the approval for each time entry. Adds status changes, notes, and approvers. |
include_approval_details | boolean | No | — | Include the details of the approval for each time entry. Adds Approver ID, Approved Time, List of Approvers, and Approval Status. |
space_id | number | No | — | Only include time entries associated with tasks in a specific Space. |
folder_id | number | No | — | Only include time entries associated with tasks in a specific Folder. |
list_id | number | No | — | Only include time entries associated with tasks in a specific List. |
task_id | string | No | — | Only include time entries associated with a specific task. |
custom_task_ids | boolean | No | — | If you want to reference a task by it’s custom task id, this value must be true. |
is_billable | boolean | No | — | Include only billable time entries by using a value of true or only non-billable time entries by using a value of false.\ \ For example: ?is_billable=true. |
clickup_time_tracking_gettimeentryhistory
Get time entry history Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
team_id | number | Yes | — | Workspace ID |
timer_id | string | Yes | — | The ID of a time entry. \ \ This can be found using the Get Time Entries Within a Date Range endpoint. |
clickup_time_tracking_removetagsfromtimeentries
Remove tags from time entries Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
team_id | number | Yes | — | Workspace ID |
tags | object[] | Yes | — | The tags value |
time_entry_ids | string[] | Yes | — | Time Entry Ids |
clickup_time_tracking_startatime_entry
Start a time Entry Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
team_Id | number | Yes | — | Workspace ID |
custom_task_ids | boolean | No | — | If you want to reference a task by it’s custom task id, this value must be true. |
billable | boolean | No | — | The billable value |
description | string | No | — | The description value |
tags | object[] | No | — | Users on the Business Plan and above can include a time tracking label. |
tid | string | No | — | The tid value |
clickup_time_tracking_stopatime_entry
Stop a time Entry Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
team_id | number | Yes | — | Workspace ID |
clickup_time_tracking_update_webhook
Update Webhook Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
webhook_id | string | Yes | — | e506-4a29-9d42-26e504e3435e (uuid) |
endpoint | string | Yes | — | The endpoint value |
events | string[] | Yes | — | Array of webhook event names |
status | string | Yes | — | The status value |
clickup_time_tracking_updateatime_entry
Update a time Entry Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
team_id | number | Yes | — | Workspace ID |
timer_id | string | Yes | — | Timer Id |
custom_task_ids | boolean | No | — | If you want to reference a task by it’s custom task id, this value must be true. |
billable | boolean | No | — | The billable value |
description | string | No | — | The description value |
duration | integer | No | — | The duration value |
end | integer | No | — | When providing end, you must also provide start. |
start | integer | No | — | When providing start, you must also provide end. |
tag_action | string | No | — | Tag Action |
tags | object[] | No | — | Users on the Business Plan and above can include a time tracking label. |
tid | string | No | — | The tid value |

