Add query parameters to get all

when I need return a filtered set of records via api, I have a request all records and then filter once they are received.
This is not a great practice, and it is slow/resource hungry.
If I could add query parameters to pre-filter the results, that would be optimal.

That’s all I got Query All Records - Xano Documentation