I managed to get subtasks tasks = main_list.get_all_tasks(include_closed=True,subtasks=True)
Any idea how to get tasks/subtasks start and due dates and status(open /close)?
Thanks in advance
PS: I found some usefull links explaining python clickup api
https://www.jeevangupta.com/clickup-api-setup-guide-get-started-with-clickup-api/
https://www.jeevangupta.com/python-code-to-get-clickup-space-workspace-and-task-details-using-clickup-api/