Basic query question: Pull all tasks for an assignee

I’m guessing this is a simple request but i want to pull all tasks for X user no matter the team or project. I don’t want a compact response. I want the full task info. I want to include finished tasks as well so i can see how many tasks in all status categories. Not sure if this is confusing or not but i would guess this is an easy ask.

Hey @David_Cabasso,

As you suspected, you can easily request tasks assigned to a specific user. You will need to include the user and workspace id with your request to /tasks. You can use the opt_expand i/o option if you want a more detailed response (i.e. not compacted). Here’s an example request:

GET /tasks?opt_expand=assignee_status,completed&assignee=12345&workspace=12345