How do I get a list of won deals in a specific period with the API?

I’m trying to get a list of all deals won the past month using:
https://youraccountname.api-us1.com/api/3/deals

I can’t seem to find any filter for the date when the deal is won.
The closest filtes are filters[updated_before] and filters[updated_after], but that is not very accurate to test if a deal is updated.
A won deal could potentially get updated with comments or even contacts later on, or when deleting a user from ActiveCampaign who is owner on some of the deals.

Does any one have a bulletproof solution for extracting won deals in a specific period?

Here is a direct link to the documentation: Overview