in Get Tasks(POST) api, i see that if active is set to true then only it retrieves active tasks, and if not set, by default all the tasks are retrieved.
But when i query i get only tasks which are active(which are not already completed). Is my understanding of active filter in get tasks(post) correct?