completed_since=now
will return only incomplete tasks, which is the default view for “My Tasks” in Asana.)curl --location --request GET 'https://app.asana.com/api/1.0/user_task_lists//tasks'
{
"data": [
{
"gid": "12345",
"resource_type": "task",
"name": "Bug Task"
}
]
}