Filter API to show my open tasks, in just one project?

Is there a way to view just my open tasks, in just one project?

Trying to do something like this:

/tasks?assignee=me&completed_since=now&workspace={workspace_id}&project={project_id}

I don’t want a users entire open task list, or a projects entire open task list. I want a users open task list in one project, but everything I’ve tried results in this error:

“Must specify exactly one of project, tag, section, user task list, or assignee + workspace”

I can’t imagine there’s no way to do this?

Hi @anon33964292 and welcome to the forum!

It looks like you’re trying to use the tasks endpoint for this purpose. What you want instead is the Search API.

1 Like