Once you begin a redelegation, you can see its information by using the following command:
secretcli q staking redelegation <delegator-address> <src-valoper-address> <dst-valoper-address>
Or if you want to check all your current unbonding-delegations with distinct validators:
secretcli q staking redelegations <delegator-address>
Additionally, you can get all the outgoing redelegations from a particular validator:
secretcli q staking redelegations-from <validator-operator-address>