Get all BTC transactions for a address as well as input & output wallet addresses

I am looking to get all bitcoin (BTC) transactions for a bitcoin address.
[is there a simpler way to do this than my approach below?]

I have used the inputs resource path to get transactions that went out of a target address.
However I’m unable to get the bitcoin addresses that these amounts went to using this resource.
I can only get the transaction hash & index as well as the output hash & index this way.

How do I get the destination wallet addresses?
See public query below for context.
query link

Hey @luyanda.dhlamini you can use the following query as an example to get all the transactions for a given bitcoin address.