List_neurons: how to get list of (active, dissolving, dissolved) neurons belonging to principal id

I’m not super proficient at bash and everything i’ve tried has failed. has anyone had success with this?

maybe this guide helps

I have read the guide but it looks like I am only allowed to retrieve neurons under my control using the following query:

dfx canister --network https://ic0.app --no-wallet sign --query rrkah-fqaaa-aaaaa-aaaaq-cai get_neuron_ids

This is a bit confusing because I can actually read all neurons from the dashboard:

https://dashboard.internetcomputer.org/neurons

Is there a way to query all neuron ids (not just mine) using dfx?