Category: Project Management
Connect by: Paste an API key
Official API docs: https://developers.asana.com/reference/rest-api-reference
| Capability | API call | Risk | Needs approval |
|---|---|---|---|
| List tasks within a project (project gid required as scope). (docs) | GET /tasks?project={gid}&limit={limit} | 🟢 low | — no |
| List projects, optionally scoped to a workspace. (docs) | GET /projects?limit={limit} | 🟢 low | — no |
| Capability | API call | Risk | Needs approval |
|---|---|---|---|
| Create a new task (name + a target project[] or workspace). (docs) | POST /tasks | 🟢 low | — no |
| Update an existing task's fields (name/notes/completed). (docs) | PUT /tasks/{task_gid} | 🟡 medium | ✅ yes |
| Add a comment (story) to a task. (docs) | POST /tasks/{task_gid}/stories | 🟢 low | — no |
Per-minute limits by plan: Free ~150 req/min, paid ~1500 req/min. HTTP 429 with Retry-After (seconds) on exceed.