Include Archived tasks in "Get Filtered Team Tasks" API call
not on the roadmap
J
Jessy Abran
Add an Archived tasks Parameter to the "Get Filtered Team Tasks" API call, so that you can get ALL tasks within a Workspace, Including Archived tasks.
Log In
Autopilot
Merged in a post:
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.
Autopilot
Merged in a post:
The "Get Filtered Team Tasks" endpoint doesn't have an Archived flag
F
Francesco Mucio
This is different from other endpoints, it would be nice to get easily all the archived tasks too.
G
Govind
Please priortise this ticket
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.
B
Brian Shen
marked this post as
not on the roadmap
D
Dennis Hacquebord
+1 for this! I could use the Get Tasks call but this will result in a lot of requests when you try to get tasks from many lists, which is not favorable for either of us.
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.