Asana · Capability
Asana Allocations API
The Asana Allocations API allows users to manage and allocate resources within their Asana project management system. An allocation object represents how much of a resource (e.g. person, team) is dedicated to a specific work object (e.g. project, portfolio) over a specific period of time. The effort value can be a percentage or number of hours.
What You Can Do
GET
Getallocation
— Asana Get an allocation
/allocations/{allocation_gid}
PUT
Updateallocation
— Asana Update an allocation
/allocations/{allocation_gid}
DELETE
Deleteallocation
— Asana Delete an allocation
/allocations/{allocation_gid}
GET
Getallocations
— Asana Get multiple allocations
/allocations
POST
Createallocation
— Asana Create an allocation
/allocations
MCP Tools
getallocation
Asana Get an allocation
read-only
idempotent
updateallocation
Asana Update an allocation
idempotent
deleteallocation
Asana Delete an allocation
idempotent
getallocations
Asana Get multiple allocations
read-only
idempotent
createallocation
Asana Create an allocation