I checked the documentation to see whether it was possible to filter API responses using a given start and end date, but so far I haven’t found anything that supports this.
For now, I’m implementing a temporary workaround that retrieves all versions and then keeps only those whose date falls within the desired range.
If there is actually a parameter or endpoint that allows this filtering on the API side and I missed it, I’d be glad to know.