We can create Views through the API/automation, but we cannot configure them afterward. This makes View creation mostly useless for project setup workflows. There is not even a tool to create a simple filter!
We need the ability to configure essential View settings via API, including:
  • Filters
  • Visible columns
  • Sorting
  • Grouping
  • Subtask display / expanded subtasks
Why this matters
A common automation flow is:
  • A new project/task is created
  • An automation creates a dedicated View for that project
But about all it can actually set is the name of the view, nothing more. So someone then has to manually open it and finish the setup.
Please add API support to read and update View configuration, not just create the View itself.