Clickup

Learn how to use Clickup with Composio

Overview

Enum

CLICKUP

Description

ClickUp unifies tasks, docs, goals, and chat in a single platform, allowing teams to plan, organize, and collaborate across projects with customizable workflows

Authentication Details

client_id
stringRequired
client_secret
stringRequired
oauth_redirect_uri
stringDefaults to https://backend.composio.dev/api/v1/auth-apps/add
scopes
stringDefaults to task:read,task:write,team:read,team:write,workspace:read,workspace:write,list:read,list:write,view:read,view:write,folder:read,folder:write,space:read,space:write,goal:read,goal:write,comment:read,comment:write,tag:read,tag:write,time:read,time:write,customfield:read,customfield:write
base_url
stringDefaults to https://api.clickup.com
api_key
stringRequired

Actions

Set a task as waiting on or blocking another task.

Action Parameters

custom_task_ids
boolean
depedency_of
string
depends_on
string
task_id
stringRequired
team_id
integer

Action Response

data
object
error
successful
boolean

Share a folder with a guest. note: this endpoint is only available to workspaces on our enterprise plan.

Action Parameters

folder_id
integerRequired
guest_id
integerRequired
include_shared
boolean
permission_level
stringRequired

Action Response

data
object
error
successful
boolean

Share a list with a guest. note: this endpoint is only available to workspaces on our enterprise plan.

Action Parameters

guest_id
integerRequired
include_shared
boolean
list_id
integerRequired
permission_level
stringRequired

Action Response

data
object
error
successful
boolean

Share a task with a guest. note: this endpoint is only available to workspaces on our enterprise plan.

Action Parameters

custom_task_ids
boolean
guest_id
integerRequired
include_shared
boolean
permission_level
stringRequired
task_id
stringRequired
team_id
integer

Action Response

data
object
error
successful
boolean

Add a label to a time entry.

Action Parameters

tags
arrayRequired
team_id
integerRequired
time_entry_ids
arrayRequired

Action Response

data
object
error
successful
boolean

Add a tag to a task.

Action Parameters

custom_task_ids
boolean
tag_name
stringRequired
task_id
stringRequired
team_id
integer

Action Response

data
object
error
successful
boolean

Add a task to an additional list. note: this endpoint requires the tasks in multiple list clickapp to be enabled.

Action Parameters

list_id
integerRequired
task_id
stringRequired

Action Response

data
object
error
successful
boolean

Upload a file to a task as an attachment. note: this request uses multipart/form-data as the content type.(DEPRECATED use create_task_attachment)

Action Parameters

attachment
array
custom_task_ids
boolean
task_id
stringRequired
team_id
integer

Action Response

data
object
error
successful
boolean

The text outlines api authentication via personal tokens and oauth flow, stating oauth tokens can’t be used in “try it” feature or tested via web browsers.(DEPRECATED use get_access_token)

Action Parameters

client_id
stringRequired
client_secret
stringRequired
code
stringRequired

Action Response

data
object
error
successful
boolean

View the workspaces available to the authenticated user.(DEPRECATED use get_authorized_teams_workspaces)

Action Parameters

Action Response

data
object
error
successful
boolean

View the details of the authenticated user’s clickup account.(DEPRECATED use get_authorized_user)

Action Parameters

Action Response

data
object
error
successful
boolean

Rename an time entry label.

Action Parameters

name
stringRequired
new_name
stringRequired
tag_bg
stringRequired
tag_fg
stringRequired
team_id
integerRequired

Action Response

data
object
error
successful
boolean

Create a time entry. note: a time entry that has a negative duration means that timer is currently running for that user.

Action Parameters

assignee
integer
billable
boolean
custom_task_ids
boolean
description
string
duration
integerRequired
end
integer
start
integerRequired
stop
integer
tags
array
team_Id
integerRequired
team_id
integer
tid
string

Action Response

data
object
error
successful
boolean

Add a new comment to a chat view.

Action Parameters

comment_text
stringRequired
notify_all
booleanRequired
view_id
stringRequired

Action Response

data
object
error
successful
boolean

Add a new checklist to a task.

Action Parameters

custom_task_ids
boolean
name
stringRequired
task_id
stringRequired
team_id
integer

Action Response

data
object
error
successful
boolean

Add a line item to a task checklist.

Action Parameters

assignee
integer
checklist_id
stringRequired
name
string

Action Response

data
object
error
successful
boolean

Add a new folder to a space.

Action Parameters

name
stringRequired
space_id
integerRequired

Action Response

data
object
error
successful
boolean

Add a new list in a space.

Action Parameters

assignee
integer
content
string
due_date
integer
due_date_time
boolean
name
stringRequired
priority
integer
space_id
integerRequired
status
string

Action Response

data
object
error
successful
boolean

Add a list, board, calendar, table, timeline, workload, activity, map, chat, or gantt view to a folder.

Action Parameters

columns__fields
array
divide__collapsed
boolean
divide__dir
null
divide__field
null
filters__fields
array
filters__op
string
filters__search
string
filters__show__closed
boolean
folder_id
integerRequired
grouping__collapsed
array
grouping__dir
integer
grouping__field
string
grouping__ignore
boolean
name
stringRequired
settings__collapse__empty__columns
string
settings__me__checklists
boolean
settings__me__comments
boolean
settings__me__subtasks
boolean
settings__show__assignees
boolean
settings__show__closed__subtasks
boolean
settings__show__images
boolean
settings__show__subtask__parent__names
boolean
settings__show__subtasks
integer
settings__show__task__locations
boolean
sorting__fields
array
team__sidebar__assigned__comments
boolean
team__sidebar__assignees
array
team__sidebar__unassigned__tasks
boolean
type
stringRequired

Action Response

data
object
error
successful
boolean

Add a new goal to a workspace.

Action Parameters

color
stringRequired
description
stringRequired
due_date
integerRequired
multiple_owners
booleanRequired
name
stringRequired
owners
arrayRequired
team_id
integerRequired

Action Response

data
object
error
successful
boolean

Add a target to a goal.

Action Parameters

goal_id
stringRequired
list_ids
arrayRequired
name
stringRequired
owners
arrayRequired
steps_end
integerRequired
steps_start
integerRequired
task_ids
arrayRequired
type
stringRequired
unit
stringRequired

Action Response

data
object
error
successful
boolean

Add a new list to a folder.

Action Parameters

assignee
integer
content
string
due_date
integer
due_date_time
boolean
folder_id
integerRequired
name
stringRequired
priority
integer
status
string

Action Response

data
object
error
successful
boolean

Add a comment to a list.

Action Parameters

assignee
integerRequired
comment_text
stringRequired
list_id
integerRequired
notify_all
booleanRequired

Action Response

data
object
error
successful
boolean

Add a list, board, calendar, table, timeline, workload, activity, map, chat, or gantt view to a list.

Action Parameters

columns__fields
array
divide__collapsed
boolean
divide__dir
null
divide__field
null
filters__fields
array
filters__op
string
filters__search
string
filters__show__closed
boolean
grouping__collapsed
array
grouping__dir
integer
grouping__field
string
grouping__ignore
boolean
list_id
integerRequired
name
stringRequired
settings__collapse__empty__columns
string
settings__me__checklists
boolean
settings__me__comments
boolean
settings__me__subtasks
boolean
settings__show__assignees
boolean
settings__show__closed__subtasks
boolean
settings__show__images
boolean
settings__show__subtask__parent__names
boolean
settings__show__subtasks
integer
settings__show__task__locations
boolean
sorting__fields
array
team__sidebar__assigned__comments
boolean
team__sidebar__assignees
array
team__sidebar__unassigned__tasks
boolean
type
stringRequired

Action Response

data
object
error
successful
boolean

Add a new space to a workspace.

Action Parameters

features__checklists__enabled
boolean
features__custom__fields__enabled
boolean
features__dependency__warning__enabled
boolean
features__due__dates__enabled
boolean
features__due__dates__remap__closed__due__date
boolean
features__due__dates__remap__due__dates
boolean
features__due__dates__start__date
boolean
features__portfolios__enabled
boolean
features__remap__dependencies__enabled
boolean
features__tags__enabled
boolean
features__time__estimates__enabled
boolean
features__time__tracking__enabled
boolean
multiple_assignees
booleanRequired
name
stringRequired
team_id
integerRequired

Action Response

data
object
error
successful
boolean

Add a new task tag to a space.

Action Parameters

space_id
integerRequired
tag__name
string
tag__tag__bg
string
tag__tag__fg
string

Action Response

data
object
error
successful
boolean

Add a list, board, calendar, table, timeline, workload, activity, map, chat, or gantt view to a space.

Action Parameters

columns__fields
array
divide__collapsed
boolean
divide__dir
null
divide__field
null
filters__fields
array
filters__op
string
filters__search
string
filters__show__closed
boolean
grouping__collapsed
array
grouping__dir
integer
grouping__field
string
grouping__ignore
boolean
name
stringRequired
settings__collapse__empty__columns
string
settings__me__checklists
boolean
settings__me__comments
boolean
settings__me__subtasks
boolean
settings__show__assignees
boolean
settings__show__closed__subtasks
boolean
settings__show__images
boolean
settings__show__subtask__parent__names
boolean
settings__show__subtasks
integer
settings__show__task__locations
boolean
sorting__fields
array
space_id
integerRequired
team__sidebar__assigned__comments
boolean
team__sidebar__assignees
array
team__sidebar__unassigned__tasks
boolean
type
stringRequired

Action Response

data
object
error
successful
boolean

Create a new task.

Action Parameters

assignees
array
check_required_custom_fields
boolean
custom_fields
array
custom_item_id
integer
custom_task_ids
boolean
description
string
due_date
integer
due_date_time
boolean
links_to
string
list_id
integerRequired
name
stringRequired
notify_all
boolean
parent
string
priority
integer
start_date
integer
start_date_time
boolean
status
string
tags
array
team_id
integer
time_estimate
integer

Action Response

data
object
error
successful
boolean

Upload a file to a task as an attachment. note: this request uses multipart/form-data as the content type.

Action Parameters

attachment
array
custom_task_ids
boolean
task_id
stringRequired
team_id
integer

Action Response

data
object
error
successful
boolean

Add a new comment to a task.

Action Parameters

assignee
integerRequired
comment_text
stringRequired
custom_task_ids
boolean
notify_all
booleanRequired
task_id
stringRequired
team_id
integer

Action Response

data
object
error
successful
boolean

Create a new task using a task template.

Action Parameters

list_id
integerRequired
name
stringRequired
template_id
stringRequired

Action Response

data
object
error
successful
boolean

The endpoint allows creating teams within workspaces, assigning tasks, and managing ids for both. adding a view-only guest as a paid member may result in extra charges due to automatic seat addition.

Action Parameters

members
arrayRequired
name
stringRequired
team_id
integerRequired

Action Response

data
object
error
successful
boolean

Set up a webhook to monitor for events. we do not have a dedicated ip address for webhooks. we use our domain name and dynamic addressing.

Action Parameters

endpoint
stringRequired
events
arrayRequired
folder_id
integer
list_id
integer
space_id
integer
task_id
string
team_id
integerRequired

Action Response

data
object
error
successful
boolean

Add a list, board, calendar, table, timeline, workload, activity, map, chat, or gantt view at the everything level of a workspace.

Action Parameters

columns__fields
array
divide__collapsed
boolean
divide__dir
null
divide__field
null
filters__fields
array
filters__op
string
filters__search
string
filters__show__closed
boolean
grouping__collapsed
array
grouping__dir
integer
grouping__field
string
grouping__ignore
boolean
name
stringRequired
settings__collapse__empty__columns
string
settings__me__checklists
boolean
settings__me__comments
boolean
settings__me__subtasks
boolean
settings__show__assignees
boolean
settings__show__closed__subtasks
boolean
settings__show__images
boolean
settings__show__subtask__parent__names
boolean
settings__show__subtasks
integer
settings__show__task__locations
boolean
sorting__fields
array
team__sidebar__assigned__comments
boolean
team__sidebar__assignees
array
team__sidebar__unassigned__tasks
boolean
team_id
integerRequired
type
stringRequired

Action Response

data
object
error
successful
boolean

Delete a time entry from a workspace.

Action Parameters

team_id
integerRequired
timer_id
integerRequired

Action Response

data
object
error
successful
boolean

Delete a checklist from a task.

Action Parameters

checklist_id
stringRequired

Action Response

data
object
error
successful
boolean

Delete a line item from a task checklist.

Action Parameters

checklist_id
stringRequired
checklist_item_id
stringRequired

Action Response

data
object
error
successful
boolean

Delete a task comment.

Action Parameters

comment_id
integerRequired

Action Response

data
object
error
successful
boolean

Remove the dependency relationship between two or more tasks.

Action Parameters

custom_task_ids
boolean
dependency_of
stringRequired
depends_on
stringRequired
task_id
stringRequired
team_id
integer

Action Response

data
object
error
successful
boolean

Delete a folder from your workspace.

Action Parameters

folder_id
integerRequired

Action Response

data
object
error
successful
boolean

Remove a goal from your workspace.

Action Parameters

goal_id
stringRequired

Action Response

data
object
error
successful
boolean

Delete a target from a goal.

Action Parameters

key_result_id
stringRequired

Action Response

data
object
error
successful
boolean

Delete a list from your workspace.

Action Parameters

list_id
integerRequired

Action Response

data
object
error
successful
boolean

Delete a space from your workspace.

Action Parameters

space_id
integerRequired

Action Response

data
object
error
successful
boolean

Delete a task tag from a space.

Action Parameters

space_id
integerRequired
tag__name
string
tag__tag__bg
string
tag__tag__fg
string
tag_name
stringRequired

Action Response

data
object
error
successful
boolean

Delete a task from your workspace.

Action Parameters

custom_task_ids
boolean
task_id
stringRequired
team_id
integer

Action Response

data
object
error
successful
boolean

This endpoint removes a user group from a workspace, per clickup documentation. team id is the workspace id, and group id is the user group id.

Action Parameters

group_id
stringRequired

Action Response

data
object
error
successful
boolean

note: this is a legacy time tracking endpoint. we recommend using the time tracking api endpoints to manage time entries.

Action Parameters

custom_task_ids
boolean
interval_id
stringRequired
task_id
stringRequired
team_id
integer

Action Response

data
object
error
successful
boolean

Deletes a specific view by its id. requires ‘view id’ as a string parameter in the path. successful deletion returns 200 with an empty json object.

Action Parameters

view_id
stringRequired

Action Response

data
object
error
successful
boolean

Delete a webhook to stop monitoring the events and locations of the webhook.

Action Parameters

webhook_id
stringRequired

Action Response

data
object
error
successful
boolean

Rename a task checklist, or reorder a checklist so it appears above or below other checklists on a task.

Action Parameters

checklist_id
stringRequired
name
string
position
integer

Action Response

data
object
error
successful
boolean

Update an individual line item in a task checklist. you can rename it, set the assignee, mark it as resolved, or nest it under another checklist item.

Action Parameters

assignee
string
checklist_id
stringRequired
checklist_item_id
stringRequired
name
string
parent
string
resolved
boolean

Action Response

data
object
error
successful
boolean

Rename and configure options for a guest. note: this endpoint is only available to workspaces on our enterprise plan.

Action Parameters

can_create_views
booleanRequired
can_edit_tags
booleanRequired
can_see_time_estimated
booleanRequired
can_see_time_spent
booleanRequired
custom_role_id
integerRequired
guest_id
integerRequired
team_id
integerRequired
username
stringRequired

Action Response

data
object
error
successful
boolean

Update a target.

Action Parameters

key_result_id
stringRequired
note
stringRequired
steps_current
integerRequired

Action Response

data
object
error
successful
boolean

Update a task tag.

Action Parameters

space_id
integerRequired
tag__bg__color
string
tag__fg__color
string
tag__name
string
tag_name
stringRequired

Action Response

data
object
error
successful
boolean

note: this is a legacy time tracking endpoint. we recommend using the time tracking api endpoints to manage time entries.

Action Parameters

custom_task_ids
boolean
end
integerRequired
interval_id
stringRequired
start
integerRequired
task_id
stringRequired
team_id
integer
time
integerRequired

Action Response

data
object
error
successful
boolean

Update a user’s name and role. note: this endpoint is only available to workspaces on our enterprise plan.

Action Parameters

admin
booleanRequired
custom_role_id
integerRequired
team_id
integerRequired
user_id
integerRequired
username
stringRequired

Action Response

data
object
error
successful
boolean

Add a new folder to a space.(DEPRECATED use create_folder)

Action Parameters

name
stringRequired
space_id
integerRequired

Action Response

data
object
error
successful
boolean

View the folders in a space.(DEPRECATED use get_folders)

Action Parameters

archived
boolean
space_id
integerRequired

Action Response

data
object
error
successful
boolean

View the lists within a folder.(DEPRECATED use get_folder)

Action Parameters

folder_id
integerRequired

Action Response

data
object
error
successful
boolean

View the custom fields available on tasks in a specific list.

Action Parameters

list_id
integerRequired

Action Response

data
object
error
successful
boolean

The text outlines api authentication via personal tokens and oauth flow, stating oauth tokens can’t be used in “try it” feature or tested via web browsers.

Action Parameters

client_id
stringRequired
client_secret
stringRequired
code
stringRequired

Action Response

data
object
error
successful
boolean

View all the labels that have been applied to time entries in a workspace.

Action Parameters

team_id
integerRequired

Action Response

data
object
error
successful
boolean

View the workspaces available to the authenticated user.

Action Parameters

Action Response

data
object
error
successful
boolean

View the details of the authenticated user’s clickup account.

Action Parameters

Action Response

data
object
error
successful
boolean

View how long two or more tasks have been in each status.

Action Parameters

custom_task_ids
boolean
task_ids
stringRequired
team_id
integer

Action Response

data
object
error
successful
boolean

View comments from a chat view. if you do not include the start and start id parameters, this endpoint will return the most recent 25 comments. use the start and start id parameters of the oldest comment to retrieve the next 25 comments.

Action Parameters

start
integer
start_id
string
view_id
stringRequired

Action Response

data
object
error
successful
boolean

View the custom roles available in a workspace.

Action Parameters

include_members
boolean
team_id
integerRequired

Action Response

data
object
error
successful
boolean

View the custom task types available in a workspace.

Action Parameters

team_id
integerRequired

Action Response

data
object
error
successful
boolean

View the tasks that meet specific criteria from a workspace. responses are limited to 100 tasks per page. you can only view task information of tasks you can access.

Action Parameters

assignees
array
custom_fields
array
custom_items
array
custom_task_ids
boolean
date_created_gt
integer
date_created_lt
integer
date_done_gt
integer
date_done_lt
integer
date_updated_gt
integer
date_updated_lt
integer
due_date_gt
integer
due_date_lt
integer
include_closed
boolean
include_markdown_description
boolean
list_ids
array
order_by
string
page
integer
parent
string
project_ids
array
reverse
boolean
space_ids
array
statuses
array
subtasks
boolean
tags
array
team_Id
integerRequired
team_id
integer

Action Response

data
object
error
successful
boolean

View the lists within a folder.

Action Parameters

folder_id
integerRequired

Action Response

data
object
error
successful
boolean

View the lists in a space that aren’t located in a folder.

Action Parameters

archived
boolean
space_id
integerRequired

Action Response

data
object
error
successful
boolean

View the folders in a space.

Action Parameters

archived
boolean
space_id
integerRequired

Action Response

data
object
error
successful
boolean

View the task and page views available for a folder.

Action Parameters

folder_id
integerRequired

Action Response

data
object
error
successful
boolean

View the details of a goal including its targets.

Action Parameters

goal_id
stringRequired

Action Response

data
object
error
successful
boolean

View the goals available in a workspace.

Action Parameters

include_completed
boolean
team_id
integerRequired

Action Response

data
object
error
successful
boolean

View information about a guest. note: this endpoint is only available to workspaces on our enterprise plan.

Action Parameters

guest_id
integerRequired
team_id
integerRequired

Action Response

data
object
error
successful
boolean

View information about a list.

Action Parameters

list_id
integerRequired

Action Response

data
object
error
successful
boolean

View the lists within a folder.

Action Parameters

archived
boolean
folder_id
integerRequired

Action Response

data
object
error
successful
boolean

To view comments on a list, omitting start and start id shows the latest 25 comments. for earlier ones, use the start and start id of the oldest comment to get the next 25.

Action Parameters

list_id
integerRequired
start
integer
start_id
string

Action Response

data
object
error
successful
boolean

View the people who have access to a list.

Action Parameters

list_id
integerRequired

Action Response

data
object
error
successful
boolean

View the task and page views available for a list. views and required views are separate responses.

Action Parameters

list_id
integerRequired

Action Response

data
object
error
successful
boolean

View a time entry that’s currently tracking time for the authenticated user. note: a time entry that has a negative duration means that timer is currently running for that user.

Action Parameters

assignee
integer
team_id
integerRequired

Action Response

data
object
error
successful
boolean

View a single time entry. note: a time entry that has a negative duration means that timer is currently running for that user.

Action Parameters

include__task
boolean
include_location_names
boolean
team_id
integerRequired
timer_id
stringRequired

Action Response

data
object
error
successful
boolean

View the spaces available in a workspace.

Action Parameters

space_id
integerRequired

Action Response

data
object
error
successful
boolean

View the spaces avialable in a workspace. you can only get member info in private spaces.

Action Parameters

archived
boolean
team_id
integerRequired

Action Response

data
object
error
successful
boolean

View the task tags available in a space.

Action Parameters

space_id
integerRequired

Action Response

data
object
error
successful
boolean

View the task and page views available for a space.

Action Parameters

space_id
integerRequired

Action Response

data
object
error
successful
boolean

View information about a task. you can only view task information of tasks you can access. tasks with attachments will return an “attachments” response.

Action Parameters

custom_task_ids
boolean
include_markdown_description
boolean
include_subtasks
boolean
task_id
stringRequired
team_id
integer

Action Response

data
object
error
successful
boolean

This api endpoint allows viewing up to 100 tasks per page, limited to tasks within the specified list id that have it as their home list. tasks from other home lists aren’t included.

Action Parameters

archived
boolean
assignees
array
custom_fields
array
custom_items
array
date_created_gt
integer
date_created_lt
integer
date_done_gt
integer
date_done_lt
integer
date_updated_gt
integer
date_updated_lt
integer
due_date_gt
integer
due_date_lt
integer
include_closed
boolean
include_markdown_description
boolean
list_id
integerRequired
order_by
string
page
integer
reverse
boolean
statuses
array
subtasks
boolean
tags
array

Action Response

data
object
error
successful
boolean

View task comments. if you do not include the start and start id parameters, this endpoint will return the most recent 25 comments. use the start and start id parameters of the oldest comment to retrieve the next 25 comments.

Action Parameters

custom_task_ids
boolean
start
integer
start_id
string
task_id
stringRequired
team_id
integer

Action Response

data
object
error
successful
boolean

View the people who have access to a task.

Action Parameters

task_id
stringRequired

Action Response

data
object
error
successful
boolean

View how long a task has been in each status. the total time in status clickapp must first be enabled by the workspace owner or an admin.

Action Parameters

custom_task_ids
boolean
task_id
stringRequired
team_id
integer

Action Response

data
object
error
successful
boolean

View the task templates available in a workspace.

Action Parameters

page
integerRequired
team_id
integerRequired

Action Response

data
object
error
successful
boolean

This endpoint allows viewing user groups (teams) in a workspace, where team id is the workspace id, and group id is a user group id in api documentation.

Action Parameters

group_ids
string
team_id
integer

Action Response

data
object
error
successful
boolean

This api endpoint retrieves time entries for the past 30 days for the user or others using the assignee parameter, and allows filtering by space id or task id. negative durations show active timers.

Action Parameters

assignee
integer
custom_task_ids
boolean
end_date
integer
folder_id
integer
include_location_names
boolean
include_task_tags
boolean
list_id
integer
space_id
integer
start_date
integer
task_id
string
team_Id
integerRequired
team_id
integer

Action Response

data
object
error
successful
boolean

View a list of changes made to a time entry.

Action Parameters

team_id
integerRequired
timer_id
stringRequired

Action Response

data
object
error
successful
boolean

note: this is a legacy time tracking endpoint. we recommend using the time tracking api endpoints to manage time entries.

Action Parameters

custom_task_ids
boolean
task_id
stringRequired
team_id
integer

Action Response

data
object
error
successful
boolean

View information about a user in a workspace. note: this endpoint is only available to workspaces on our enterprise plan.

Action Parameters

team_id
integerRequired
user_id
integerRequired

Action Response

data
object
error
successful
boolean

View information about a specific task or page view.

Action Parameters

view_id
stringRequired

Action Response

data
object
error
successful
boolean

See all visible tasks in a view in clickup.

Action Parameters

page
integerRequired
view_id
stringRequired

Action Response

data
object
error
successful
boolean

View the webhooks created via the api for a workspace. this endpoint returns webhooks created by the authenticated user.

Action Parameters

team_id
integerRequired

Action Response

data
object
error
successful
boolean

View the task and page views available at the everything level of a workspace.

Action Parameters

team_id
integerRequired

Action Response

data
object
error
successful
boolean

View the current plan for the specified workspace.

Action Parameters

team_id
stringRequired

Action Response

data
object
error
successful
boolean

View the used, total, and available member and guest seats for a workspace.

Action Parameters

team_id
stringRequired

Action Response

data
object
error
successful
boolean

To invite a guest to your workspace, use the “invite user to workspace” endpoint. then, use specific endpoints to grant access to folders, lists, or tasks. note: available only for enterprise plan.

Action Parameters

can_create_views
booleanRequired
can_edit_tags
booleanRequired
can_see_time_estimated
booleanRequired
can_see_time_spent
booleanRequired
custom_role_id
integerRequired
email
stringRequired
team_id
integerRequired

Action Response

data
object
error
successful
boolean

Invite someone to your workspace as a member through a specific endpoint. note: guest invitations and this feature are exclusive to workspaces on the enterprise plan.

Action Parameters

admin
booleanRequired
custom_role_id
integer
email
stringRequired
team_id
integerRequired

Action Response

data
object
error
successful
boolean

View the lists within a folder.(DEPRECATED use get_lists)

Action Parameters

archived
boolean
folder_id
integerRequired

Action Response

data
object
error
successful
boolean

View the people who have access to a list.(DEPRECATED use get_list_members)

Action Parameters

list_id
integerRequired

Action Response

data
object
error
successful
boolean

Remove the data from a custom field on a task. this does not delete the option from the custom field.

Action Parameters

custom_task_ids
boolean
field_id
stringRequired
task_id
stringRequired
team_id
integer

Action Response

data
object
error
successful
boolean

Revoke a guest’s access to a folder. note: this endpoint is only available to workspaces on our enterprise plan.

Action Parameters

folder_id
integerRequired
guest_id
integerRequired
include_shared
boolean

Action Response

data
object
error
successful
boolean

Revoke a guest’s access to a list. note: this endpoint is only available to workspaces on our enterprise plan.

Action Parameters

guest_id
integerRequired
include_shared
boolean
list_id
integerRequired

Action Response

data
object
error
successful
boolean

Revoke a guest’s access to a task. note: this endpoint is only available to workspaces on our enterprise plan.

Action Parameters

custom_task_ids
boolean
guest_id
integerRequired
include_shared
boolean
task_id
stringRequired
team_id
integer

Action Response

data
object
error
successful
boolean

Revoke a guest’s access to a workspace. note: this endpoint is only available to workspaces on our enterprise plan.

Action Parameters

guest_id
integerRequired
team_id
integerRequired

Action Response

data
object
error
successful
boolean

Remove labels from time entries. this does not remove the label from a workspace.

Action Parameters

tags
arrayRequired
team_id
integerRequired
time_entry_ids
arrayRequired

Action Response

data
object
error
successful
boolean

Remove a tag from a task. this does not delete the tag from the space.

Action Parameters

custom_task_ids
boolean
tag_name
stringRequired
task_id
stringRequired
team_id
integer

Action Response

data
object
error
successful
boolean

This api endpoint allows for removing a task from an extra list, not its original list, requiring the tasks in multiple list clickapp to be enabled.

Action Parameters

list_id
integerRequired
task_id
stringRequired

Action Response

data
object
error
successful
boolean

Deactivate a user from a workspace. note: this endpoint is only available to workspaces on our enterprise plan.

Action Parameters

team_id
integerRequired
user_id
integerRequired

Action Response

data
object
error
successful
boolean

To add data to a task’s custom field, obtain the task id and the custom field’s field id (uuid). use the “get accessible custom fields” or “get task” api endpoints to find the field id.

Action Parameters

custom_task_ids
boolean
field_id
stringRequired
task_id
stringRequired
team_id
integer

Action Response

data
object
error
successful
boolean

View the tasks, lists, and folders that have been shared with the authenticated user.

Action Parameters

team_id
integerRequired

Action Response

data
object
error
successful
boolean

View the spaces available in a workspace.(DEPRECATED use get_space)

Action Parameters

space_id
integerRequired

Action Response

data
object
error
successful
boolean

View the spaces avialable in a workspace. you can only get member info in private spaces.(DEPRECATED use get_spaces)

Action Parameters

archived
boolean
team_id
integerRequired

Action Response

data
object
error
successful
boolean

Start a timer for the authenticated user.

Action Parameters

billable
boolean
custom_task_ids
boolean
description
string
tags
array
team_Id
integerRequired
team_id
integer
tid
string

Action Response

data
object
error
successful
boolean

Stop a timer that’s currently running for the authenticated user.

Action Parameters

team_id
integerRequired

Action Response

data
object
error
successful
boolean

This api endpoint allows viewing up to 100 tasks per page, limited to tasks within the specified list id that have it as their home list. tasks from other home lists aren’t included.(DEPRECATED use get_tasks)

Action Parameters

archived
boolean
assignees
array
custom_fields
array
custom_items
array
date_created_gt
integer
date_created_lt
integer
date_done_gt
integer
date_done_lt
integer
date_updated_gt
integer
date_updated_lt
integer
due_date_gt
integer
due_date_lt
integer
include_closed
boolean
include_markdown_description
boolean
list_id
integerRequired
order_by
string
page
integer
reverse
boolean
statuses
array
subtasks
boolean
tags
array

Action Response

data
object
error
successful
boolean

View information about a task. you can only view task information of tasks you can access. tasks with attachments will return an “attachments” response.(DEPRECATED use get_task)

Action Parameters

custom_task_ids
boolean
include_markdown_description
boolean
include_subtasks
boolean
task_id
stringRequired
team_id
integer

Action Response

data
object
error
successful
boolean

Add a new checklist to a task.(DEPRECATED use create_checklist)

Action Parameters

custom_task_ids
boolean
name
stringRequired
task_id
stringRequired
team_id
integer

Action Response

data
object
error
successful
boolean

The endpoint allows creating teams within workspaces, assigning tasks, and managing ids for both. adding a view-only guest as a paid member may result in extra charges due to automatic seat addition.(DEPRECATED use create_team)

Action Parameters

members
arrayRequired
name
stringRequired
team_id
integerRequired

Action Response

data
object
error
successful
boolean

View the current plan for the specified workspace.(DEPRECATED use get_workspace_plan)

Action Parameters

team_id
stringRequired

Action Response

data
object
error
successful
boolean

View the used, total, and available member and guest seats for a workspace.(DEPRECATED use get_workspace_seats)

Action Parameters

team_id
stringRequired

Action Response

data
object
error
successful
boolean

note: this is a legacy time tracking endpoint. we recommend using the time tracking api endpoints to manage time entries.

Action Parameters

custom_task_ids
boolean
end
integerRequired
start
integerRequired
task_id
stringRequired
team_id
integer
time
integerRequired

Action Response

data
object
error
successful
boolean

Update the details of a time entry.

Action Parameters

billable
boolean
custom_task_ids
boolean
description
string
duration
integer
end
integer
start
integer
tag_action
string
tags
arrayRequired
team_id
integerRequired
tid
string
timer_id
integerRequired

Action Response

data
object
error
successful
boolean

Replace the content of a task commment, assign a comment, and mark a comment as resolved.

Action Parameters

assignee
integerRequired
comment_id
integerRequired
comment_text
stringRequired
resolved
booleanRequired

Action Response

data
object
error
successful
boolean

Rename a folder.

Action Parameters

folder_id
integerRequired
name
stringRequired

Action Response

data
object
error
successful
boolean

Rename a goal, set the due date, replace the description, add or remove owners, and set the goal color.

Action Parameters

add_owners
arrayRequired
color
stringRequired
description
stringRequired
due_date
integerRequired
goal_id
stringRequired
name
stringRequired
rem_owners
arrayRequired

Action Response

data
object
error
successful
boolean

Rename a list, update the list info description, set a due date/time, set the list’s priority, set an assignee, set or remove the list color.

Action Parameters

assignee
stringRequired
content
stringRequired
due_date
integerRequired
due_date_time
booleanRequired
list_id
stringRequired
name
stringRequired
priority
integerRequired
status
stringRequired
unset_status
booleanRequired

Action Response

data
object
error
successful
boolean

Rename, set the space color, and enable clickapps for a space.

Action Parameters

admin_can_manage
booleanRequired
color
stringRequired
features__checklists__enabled
boolean
features__custom__fields__enabled
boolean
features__dependency__warning__enabled
boolean
features__due__dates__enabled
boolean
features__due__dates__remap__closed__due__date
boolean
features__due__dates__remap__due__dates
boolean
features__due__dates__start__date
boolean
features__portfolios__enabled
boolean
features__remap__dependencies__enabled
boolean
features__tags__enabled
boolean
features__time__estimates__enabled
boolean
features__time__tracking__enabled
boolean
multiple_assignees
booleanRequired
name
stringRequired
private
booleanRequired
space_id
integerRequired

Action Response

data
object
error
successful
boolean

Update a task by including one or more fields in the request body.

Action Parameters

archived
boolean
assignees__add
array
assignees__rem
array
custom_item_id
integer
custom_task_ids
boolean
description
string
due_date
integer
due_date_time
boolean
name
string
parent
string
priority
integer
start_date
integer
start_date_time
boolean
status
string
task_id
stringRequired
team_id
integer
time_estimate
integer

Action Response

data
object
error
successful
boolean

The endpoint controls user group assignments in a workspace, requiring ‘team id’ and ‘group id’. adding a view-only guest as a paid member incurs prorated charges for additional seats.

Action Parameters

group_id
stringRequired
handle
string
members__add
array
members__rem
array
name
string

Action Response

data
object
error
successful
boolean

Rename a view, update the grouping, sorting, filters, columns, and settings of a view.

Action Parameters

columns__fields
array
divide__collapsed
boolean
divide__dir
null
divide__field
null
filters__fields
array
filters__op
string
filters__search
string
filters__show__closed
boolean
grouping__collapsed
array
grouping__dir
integer
grouping__field
string
grouping__ignore
boolean
name
stringRequired
parent__id
string
parent__type
integer
settings__collapse__empty__columns
string
settings__me__checklists
boolean
settings__me__comments
boolean
settings__me__subtasks
boolean
settings__show__assignees
boolean
settings__show__closed__subtasks
boolean
settings__show__images
boolean
settings__show__subtask__parent__names
boolean
settings__show__subtasks
integer
settings__show__task__locations
boolean
sorting__fields
array
team__sidebar__assigned__comments
boolean
team__sidebar__assignees
array
team__sidebar__unassigned__tasks
boolean
type
stringRequired
view_id
stringRequired

Action Response

data
object
error
successful
boolean

Update a webhook to change the events to be monitored.

Action Parameters

endpoint
stringRequired
events
stringRequired
status
stringRequired
webhook_id
stringRequired

Action Response

data
object
error
successful
boolean

View the task and page views available at the everything level of a workspace.(DEPRECATED use get_workspace_everything_level_views)

Action Parameters

team_id
integerRequired

Action Response

data
object
error
successful
boolean

View the task and page views available for a space.(DEPRECATED use get_space_views)

Action Parameters

space_id
integerRequired

Action Response

data
object
error
successful
boolean