Command to find all canisters associated with my ID?

When I run dfx wallet --network ic balance, it displays the balance of my default wallet canister, which is 4.965 TC.

Similarly, when I run dfx cycles balance --network ic, it shows the total cycles across all canisters associated with my identity, which is 9.856 TC.

I’ve been trying to find a way to list all canisters linked to my identity, but I haven’t been successful. Is there a method to retrieve this information? Knowing this would help me determine the individual balance of each canister.