Let GET Filtered Team Tasks include items in archived hierarchy
Michael Van Doorn
[From support] Right now GET Filtered Team Tasks will not include tasks within archived Spaces, Folders, or Lists.
This limits my ability to get all tasks on my Workspace and requires that I unarchive items first.
Log In
Allen Stone
Adding a +1 for this. It's a pretty big gap that tasks become invisible to the endpoint once the space/folder/list is archived.
L
Luke Tripovich
Allen Stone I added &archived=true to the GET https://api.clickup.com/api/v2/team/#######/task Endpoint and it now returns Archived Tasks for "Get Filtered Team Tasks" API
Allen Stone
Luke Tripovich This returns tasks that have been archived, however it will NOT return tasks in archived spaces, folders, or lists unless the task itself was also archived.
Tim Post
This would save so many calls. Right now I have to figure out how I'm going to stagger 150 requests over two days while I go list by list for a bunch of archived folders just to get tasks with certain statuses (or, unarchive everything, and break any other automation that relies on archived being set). That's not a huge problem and it's easy to cache, but doing that all in one call would be so much better.
L
Logan Booker
Seconding this. It seems odd that that the "Get Tasks" endpoint supports the "archived" parameter, but the "Get Filtered Team Tasks" does not. Please add this as soon as possible, thank you.