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
Create a tag
Authenticated
createTag
POST/tags
Tags
Create a tag in a workspace
Authenticated
createTagForWorkspace
POST/workspaces/{workspace_gid}/tags
Tags
Delete a tag
Authenticated
deleteTag
DELETE/tags/{tag_gid}
Tags
Get a tag
Authenticated
getTag
GET/tags/{tag_gid}
Tags
Get multiple tags
Authenticated
getTags
GET/tags
Tags
Get a task's tags
Authenticated
getTagsForTask
GET/tasks/{task_gid}/tags
Tags
Get tags in a workspace
Authenticated
getTagsForWorkspace
GET/workspaces/{workspace_gid}/tags
Tags
Update a tag
Authenticated
updateTag
PUT/tags/{tag_gid}
Tags