Orchestrator queue order

I have an orchestrator queue that has first name, last name, DOB . I want to fetch transaction items based on DOB in asc/dsc order.

The only way to do this would be to get all the Queue Items, and then sort/filter within your code. You can’t do a Get Transaction with filters.