Sign in

List tasks in project

documented

List tasks that belong to a project.

GET /projects/{project_gid}/tasksProjectsno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://app.asana.com/api/1.0/projects/{{$project_gid}}/tasks?limit={{$limit}}&offset={{$page}}&query={{$query}}" \
  -X GET \
  -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
  -H "Accept: application/json" \
  -H "Content-Type: application/json"
List tasks in project · Asana · OpenIntegrations