Tasks not returning from Archived Lists via GET endpoints
Geovani Cristofolini
Description:
I am experiencing an issue where tasks located within archived lists are not being returned by the API, even when I provide the specific list_id.
I have tested the following endpoints:
Current Behavior:
When a List is archived, the tasks within it seem to become "invisible" to these endpoints. If I provide a direct list_id for an archived list, the response returns an empty array or an error, rather than the tasks contained within that list.
Expected Behavior:
If a developer provides a specific list_id, the API should return the tasks belonging to that list regardless of whether the list is archived or not, or at least provide a parameter to include archived content.
Questions:
Is this an intended limitation or a bug?
Is there a specific query parameter (like include_archived=true) that I should use to retrieve tasks from archived containers?
If these endpoints do not support archived lists, what is the recommended way to fetch all tasks (active and archived) for a specific Workspace/Team?
Log In