For my personal data tracking, I am utilizing the Todoist REST API. However, it appears that the API only permits fetching active tasks. Is there a way to retrieve completed tasks as well?
I have considered using filters to achieve this, but unfortunately, there is no documentation available on how to do so.
My goal is to fetch all tasks that were completed on a specific day. Is there a method to accomplish this through the API?