A "Completed" property on Projects
planned
yolk
I don't have a use case for this at the moment, other than thinking about whether or not to show projects in a listing for the user to select.
It would be helpful to include a
completed
property on the project. While writing this suggestion I noticed the path to the "completed" projects in a folder is actually under /archive
, like /spaces/WORKSPACE_ID/subspaces/FOLDER_ID/archive
so this might relate to another suggestion, asking for exposing the archive
property on Folders and Workspaces, for a similar reason (not showing to the user when listing): https://www.taskade.com/feedback/public-api/p/the-archived-property-on-folders-workspacesLog In
John at Taskade
This is a great point for API consumers — knowing whether a project is in a completed state is genuinely useful for filtering what to show users. We do surface completed projects in the UI (there is even a filter for it, improved in v5.36.0), but exposing a clean completed property at the API level is the right call.
We have flagged this as part of our ongoing API enrichment work. As a workaround today, you can check whether a project lives under the Completed folder in its parent path, though that is admittedly less elegant than a direct boolean field.
For CLI tooling specifically, this would pair nicely with the workspace and folder archived property request as well. We will aim to bundle these as part of a broader project metadata expansion pass.
Thanks for thinking through these edge cases — it really helps us prioritize the right API surface improvements. Watch https://taskade.com/changelog for API updates!
John at Taskade
Update: This is on our roadmap!
We've prioritized this based on your votes and feedback.We're planning to include this in an upcoming release. Stay tuned for updates!
In the meantime, check out what's new:
- **Taskade Genesis** — generate AI-powered apps, agents, and workflows instantly
- **Community Hub** — 1000+ free templates and apps to explore
Follow our progress: Changelog | Product Updates
Thanks for voting and helping shape Taskade!
John at Taskade
marked this post as
planned
Thanks for the API feedback!
A "Completed" property on projects is on our roadmap for future API updates. We shipped API v2 with many new features and continue expanding.Explore what's available now:
- Build with Taskade Genesis — create AI apps, agents, and workflows instantly
- Browse Community Hub — clone templates and AI agents for free
Stay updated: Changelog | Product Updates