Checking my vetting status, just getting null results?

So I’ve tried to pull my vetting status for my nodes (named storagenode1, storagenode2, and storagenode3) and I’m running this command with “storagenodeX” replaced with one of the proper node names:

for sat in `docker exec -i storagenodeX wget -qO 
- localhost:14002/api/sno | jq .satellites[].id -r`; 
do   docker exec -i storagenodeX wget -qO 
- localhost:14002/api/sno/satellite/$sat | jq .id,.audit; 
done

but all I get back are null results:

"12tRQrMTWUWwzwGh18i7Fqs67kmdhH9t6aToeiwbo5mfS2rUmo"
null
"1wFTAgs9DP5RSnCqKV1eLf6N9wtk4EAtmN5DpSxcs8EjT69tGE"
null
"121RTSDpyNZVcEU84Ticf2L1ntiuUimbWgfATz21tuvgk3vzoA6"
null
"12EayRS2V1kEsWESU9QMRseFhdxYxKicsiFmxrsLZHeLUtdps3S"
null
"12L9ZFwhzVpuEKMUNUqkaTLGzwY9G24tbiigLiXpmZWKwmcNDDs"
null
"12rfG3sh9NCWiX3ivPjq2HtdLmbqCrvHVEzJubnzFzosMuawymB"
null

Is there something I’m missing?