Get all deals by date

Hi, I’m trying to get all deals (lost and deleted included) by a spesifici date.

First, I tried to do this by using /deals/timeline endpoint but it did not return lost and deleted deals.
after I tried /deals/ endpoint, but I couldn’t filter results by date, I get deal counts everyday by day in a loop, it’s a cronjob, thats why I don’t wanna create filter each day. Is there any other way to do this ?

What specified date are you wanting to filter out? It should be possible to create a filter for getting these results, but you’ve stated you’ve already tried this? Can you share the filter conditions you’ve used?