How can we filter a record in the patient history

I tried to filter an email in the history record but it does not work.
https://test123.fhir.net/Patient/fd0f9c9f-eeb9-4941-b0b9-71969a584a39/_history?email=test@hotmail.com

Is there a problem in my query? Appreciate if someone can help.

You can’t use regular search filters with _history. You’re limited to the specific parameters defined for that interaction (e.g. _since)

Where can we get the list of specific parameters defined for that interaction? Mind to share me the link of the documentation? Thanks!

Http - FHIR v4.0.1. Look towards the end of that section.