Close
Toolcog home
toolcog
asana
Search
⌘
+
K
Command Palette
Search for a command to run...
Search Toolcog
Sign In
API
Operations
Auth Schemes
Overrides
Intents
Targets
API
Operations
Auth Schemes
Overrides
Intents
Targets
Operations
API endpoints available to AI agents
All methods
All methods
GET
POST
PUT
DELETE
All statuses
All statuses
Active
Deprecated
Set dependencies for a task
addDependenciesForTask
POST/tasks/{task_gid}/addDependencies
Tasks
Set dependents for a task
addDependentsForTask
POST/tasks/{task_gid}/addDependents
Tasks
Add followers to a task
addFollowersForTask
POST/tasks/{task_gid}/addFollowers
Tasks
Add a project to a task
addProjectForTask
POST/tasks/{task_gid}/addProject
Tasks
Add a tag to a task
addTagForTask
POST/tasks/{task_gid}/addTag
Tasks
Create a subtask
createSubtaskForTask
POST/tasks/{task_gid}/subtasks
Tasks
Create a task
createTask
POST/tasks
Tasks
Delete a task
deleteTask
DELETE/tasks/{task_gid}
Tasks
Duplicate a task
duplicateTask
POST/tasks/{task_gid}/duplicate
Tasks
Get dependencies from a task
getDependenciesForTask
GET/tasks/{task_gid}/dependencies
Tasks
Get dependents from a task
getDependentsForTask
GET/tasks/{task_gid}/dependents
Tasks
Get subtasks from a task
getSubtasksForTask
GET/tasks/{task_gid}/subtasks
Tasks
Get a task
getTask
GET/tasks/{task_gid}
Tasks
Get a task for a given custom ID
getTaskForCustomID
GET/workspaces/{workspace_gid}/tasks/custom_id/{custom_id}
Tasks
Get multiple tasks
getTasks
GET/tasks
Tasks
Get tasks from a project
getTasksForProject
GET/projects/{project_gid}/tasks
Tasks
Get tasks from a section
getTasksForSection
GET/sections/{section_gid}/tasks
Tasks
Get tasks from a tag
getTasksForTag
GET/tags/{tag_gid}/tasks
Tasks
Get tasks from a user task list
getTasksForUserTaskList
GET/user_task_lists/{user_task_list_gid}/tasks
Tasks
Unlink dependencies from a task
removeDependenciesForTask
POST/tasks/{task_gid}/removeDependencies
Tasks
1
2
Next